diff options
author | crupest <crupest@outlook.com> | 2019-09-20 19:23:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-09-20 19:23:00 +0800 |
commit | 7fab14e58848e10fce29cb913c5ac8e947f34ab2 (patch) | |
tree | 7e5fc178cc8ae859c84aa09373b00cbb52130e7e /works/solutions/Cargo.toml | |
download | crupest-7fab14e58848e10fce29cb913c5ac8e947f34ab2.tar.gz crupest-7fab14e58848e10fce29cb913c5ac8e947f34ab2.tar.bz2 crupest-7fab14e58848e10fce29cb913c5ac8e947f34ab2.zip |
import(solutions): ...
Diffstat (limited to 'works/solutions/Cargo.toml')
-rw-r--r-- | works/solutions/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/works/solutions/Cargo.toml b/works/solutions/Cargo.toml new file mode 100644 index 0000000..eb0bc18 --- /dev/null +++ b/works/solutions/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "crupest-leetcode" +version = "0.1.0" +authors = ["crupest <crupest@outlook.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |