Skip to content

Commit e204f53

Browse files
committed
Add basic Cargo metadata for top-crates
1 parent 6e930dd commit e204f53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

top-crates/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ name = "rust-playground-top-crates"
44
version = "0.1.0"
55
edition = "2018"
66

7+
description = "Calculates what crates should be included in the playground"
8+
license = "MIT OR Apache-2.0"
9+
repository = "https://github.com/integer32llc/rust-playground"
10+
711
[dependencies]
812
cargo = "0.54.0"
913
itertools = "0.10.0"

0 commit comments

Comments
 (0)