aboutsummaryrefslogtreecommitdiff
path: root/works/solutions/rust/Cargo.toml
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-05-07 22:37:39 +0800
committercrupest <crupest@outlook.com>2020-05-07 22:37:39 +0800
commit5b3584fcc79c87f87edebbf08f2f9c144f298eed (patch)
tree913e0617dc8c823fa438c130eef1fb045f2af8d7 /works/solutions/rust/Cargo.toml
parentb7ffb156cd1566565ceeef1801e6910d9981ecda (diff)
downloadcrupest-5b3584fcc79c87f87edebbf08f2f9c144f298eed.tar.gz
crupest-5b3584fcc79c87f87edebbf08f2f9c144f298eed.tar.bz2
crupest-5b3584fcc79c87f87edebbf08f2f9c144f298eed.zip
import(solutions): Move rust codes into sub dir.
Diffstat (limited to 'works/solutions/rust/Cargo.toml')
-rw-r--r--works/solutions/rust/Cargo.toml9
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]