diff options
Diffstat (limited to 'works/solutions/rust/Cargo.toml')
-rw-r--r-- | works/solutions/rust/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/works/solutions/rust/Cargo.toml b/works/solutions/rust/Cargo.toml new file mode 100644 index 0000000..1073387 --- /dev/null +++ b/works/solutions/rust/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "crupest-leetcode" +version = "0.1.0" +authors = ["杨宇千 <crupest@outlook.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |