summaryrefslogtreecommitdiff
path: root/meap/ch7.bak/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'meap/ch7.bak/Cargo.toml')
-rwxr-xr-xmeap/ch7.bak/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/meap/ch7.bak/Cargo.toml b/meap/ch7.bak/Cargo.toml
new file mode 100755
index 0000000..dc520fc
--- /dev/null
+++ b/meap/ch7.bak/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "ch7"
+version = "0.1.0"
+authors = ["Adam Carpenter <53hornet@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+bincode = "~1.1.3"
+serde = "~1.0.90"
+serde_derive = "~1.0.90"
+serde_json = "~1.0.39"
+