about summary refs log tree commit diff
path: root/services/nixcon-demo/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2019-10-26T11·59+0200
committerGitHub <noreply@github.com>2019-10-26T11·59+0200
commit9ba4bbb60954c3fafb5e5f0aa5f8ff478c09a600 (patch)
tree0578127fd1912b9246eda4d4c3d99868c0e234de /services/nixcon-demo/Cargo.toml
parent9eabf6236f739443325ebf20af73f20e70dea0b8 (diff)
parent161f1b5e85899446753bce465579aaee366be780 (diff)
Merge pull request #8 from tazjin/feat/nixcon r/94
Add demo setup for NixCon
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 000000000000..06f484021feb
--- /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"