summaryrefslogtreecommitdiff
path: root/2020-overdrive/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 21:36:41 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 21:36:41 +0200
commitf8a0e0f7f2f9cd5fb69899b5d7037bc969df4339 (patch)
treefccd2b409974c350485b096858f8f5bf8dad915f /2020-overdrive/Cargo.toml
parent2f23ab85adb7ffc5866cc948bad0c35a7d41a05b (diff)
Refile for merging repos
Diffstat (limited to '2020-overdrive/Cargo.toml')
-rw-r--r--2020-overdrive/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/2020-overdrive/Cargo.toml b/2020-overdrive/Cargo.toml
new file mode 100644
index 0000000..818e132
--- /dev/null
+++ b/2020-overdrive/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "vroomba"
+version = "0.1.0"
+edition = "2018"
+
+[dependencies]
+anyhow = "1.0.27"
+serde = { version = "1.0", features = ["derive"] }
+serde_repr = "0.1"
+serde_json = "1.0"
+pathfinding = "2.0.4"
+
+[profile.release]
+lto = true
+debug = true \ No newline at end of file