summaryrefslogtreecommitdiff
path: root/rust/theBook/chapter-9-error-handling/result/Cargo.toml
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2023-01-01 23:23:55 +0800
committergarhve <git@garhve.com>2023-01-01 23:23:55 +0800
commit0e89468188b9d347495dad5b98af137e5f477432 (patch)
tree0109b539d1defe6469099476df262838ddf02320 /rust/theBook/chapter-9-error-handling/result/Cargo.toml
parentbbc35c878f0f0fcf7234f23efb6820aebf4287c3 (diff)
finish chapter 9
Diffstat (limited to 'rust/theBook/chapter-9-error-handling/result/Cargo.toml')
-rw-r--r--rust/theBook/chapter-9-error-handling/result/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/theBook/chapter-9-error-handling/result/Cargo.toml b/rust/theBook/chapter-9-error-handling/result/Cargo.toml
new file mode 100644
index 0000000..e32be4b
--- /dev/null
+++ b/rust/theBook/chapter-9-error-handling/result/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "result"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]