about summary refs log tree commit diff
path: root/services/nixcon-demo/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'services/nixcon-demo/Cargo.toml')
-rw-r--r--services/nixcon-demo/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/services/nixcon-demo/Cargo.toml b/services/nixcon-demo/Cargo.toml
new file mode 100644
index 0000000000..06f484021f
--- /dev/null
+++ b/services/nixcon-demo/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "nixcon-demo"
+version = "0.1.0"
+authors = ["Vincent Ambo <tazjin@google.com>"]
+edition = "2018"
+
+[dependencies]
+rouille = "3.0"