Skip to content

Commit d259d78

Browse files
committed
Make: Package sources into crates
1 parent 8292b2d commit d259d78

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ authors = ["Ash Vardanian"]
77
license = "Apache-2.0"
88
repository = "https://github.com/ashvardanian/fork_union"
99
rust-version = "1.64" # Introduced Core C FFI in stable Rust
10+
readme = "README.md"
11+
documentation = "https://docs.rs/fork_union"
12+
homepage = "https://github.com/ashvardanian/fork_union"
13+
keywords = ["numa", "parallel", "thread-pool", "allocator", "no-std"]
14+
categories = ["concurrency", "os::linux-apis", "external-ffi-bindings"]
15+
include = [
16+
"Cargo.toml",
17+
"README.md",
18+
"LICENSE",
19+
"build.rs",
20+
"rust/**",
21+
"include/**",
22+
"c/**",
23+
]
24+
links = "fork_union"
1025

1126
[lib]
1227
name = "fork_union"

0 commit comments

Comments
 (0)