Skip to content

Commit adcd401

Browse files
committed
Add some details to the Cargo.toml files for the crates
1 parent 6e92b17 commit adcd401

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "userfaultfd"
33
version = "0.1.0"
44
authors = ["Adam C. Foltzer <[email protected]>"]
55
edition = "2018"
6+
license = "MIT OR Apache-2.0"
7+
description = "Rust bindings for the Linux userfaultfd functionality"
8+
repository = "https://github.com/fastly/userfaultfd-rs"
9+
readme = "README.md"
610

711
[dependencies]
812
bitflags = "1.0"

linux-version/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "linux-version"
33
version = "0.1.0"
44
authors = ["Adam C. Foltzer <[email protected]>"]
55
edition = "2018"
6+
license = "MIT OR Apache-2.0"
67

78
build = "build.rs"
89

userfaultfd-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "userfaultfd-sys"
33
version = "0.1.0"
44
authors = ["Adam C. Foltzer <[email protected]>"]
55
edition = "2018"
6+
license = "MIT OR Apache-2.0"
67

78
build = "build.rs"
89

0 commit comments

Comments
 (0)