forked from koutheir/syscall-numbers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
19 lines (16 loc) · 821 Bytes
/
Cargo.toml
File metadata and controls
19 lines (16 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# https://rust-lang.github.io/api-guidelines/checklist.html
[package]
name = "syscall-numbers"
description = "System calls numbers for various architectures"
version = "3.0.0" # Remember to update `html_root_url`.
authors = ["Koutheir Attouchi <koutheir@gmail.com>"]
homepage = "https://github.com/koutheir/syscall-numbers"
repository = "https://github.com/koutheir/syscall-numbers"
documentation = "https://docs.rs/syscall-numbers"
readme = "README.md"
license = "MIT"
edition = "2021"
categories = ["external-ffi-bindings", "os", "os::linux-apis"]
keywords = ["ffi", "api", "linux", "syscall", "kernel"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]