From 20b7e2bfba2805c755b0800e25ef5505c41f469c Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 7 May 2020 22:37:39 +0800 Subject: import(solutions): Move rust codes into sub dir. --- works/solutions/rust/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 works/solutions/rust/Cargo.toml (limited to 'works/solutions/rust/Cargo.toml') 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 "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3