diff options
author | 杨宇千 <crupest@outlook.com> | 2019-09-20 19:23:00 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-09-20 19:23:00 +0800 |
commit | afc0736d1a5f451bb42351b4e899e33f764ab315 (patch) | |
tree | b68bf102c69fdf5e89f437bd9192cfc78da26ff4 /Cargo.toml | |
download | solutions-afc0736d1a5f451bb42351b4e899e33f764ab315.tar.gz solutions-afc0736d1a5f451bb42351b4e899e33f764ab315.tar.bz2 solutions-afc0736d1a5f451bb42351b4e899e33f764ab315.zip |
...
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..1073387 --- /dev/null +++ b/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] |