diff options
Diffstat (limited to 'store/works/solutions/leetcode/rust/Cargo.toml')
-rw-r--r-- | store/works/solutions/leetcode/rust/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/store/works/solutions/leetcode/rust/Cargo.toml b/store/works/solutions/leetcode/rust/Cargo.toml new file mode 100644 index 0000000..a87486e --- /dev/null +++ b/store/works/solutions/leetcode/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]
|