We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e930dd commit e204f53Copy full SHA for e204f53
top-crates/Cargo.toml
@@ -4,6 +4,10 @@ name = "rust-playground-top-crates"
4
version = "0.1.0"
5
edition = "2018"
6
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
+
11
[dependencies]
12
cargo = "0.54.0"
13
itertools = "0.10.0"
0 commit comments