summaryrefslogtreecommitdiff
path: root/webapp/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-09-03 18:08:32 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-09-03 18:08:32 -0400
commit5abdd7c876e821fa6b7be0f8e7298b9a4c9e1d20 (patch)
treef09b3061505f00af0ee95c9882d8a9ae0091e0ea /webapp/Cargo.toml
Empty project setup
Diffstat (limited to 'webapp/Cargo.toml')
-rw-r--r--webapp/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml
new file mode 100644
index 0000000..0c4d9de
--- /dev/null
+++ b/webapp/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "webapp"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]