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
commit20b7e2bfba2805c755b0800e25ef5505c41f469c (patch)
tree1a3a9c604461996a62e5d99fa3c480e759eced0f /works/solutions/rust/Cargo.toml
parenta39a26346786fe33c8da905cf010e0e6b0376716 (diff)
downloadcrupest-20b7e2bfba2805c755b0800e25ef5505c41f469c.tar.gz
crupest-20b7e2bfba2805c755b0800e25ef5505c41f469c.tar.bz2
crupest-20b7e2bfba2805c755b0800e25ef5505c41f469c.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..eb0bc18
--- /dev/null
+++ b/works/solutions/rust/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]