about summary refs log tree commit diff
path: root/net/mushroom/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-06-07T22·45+0100
committerVincent Ambo <tazjin@google.com>2020-06-07T23·31+0100
commit9b6afd090c0870c9ef194e3ecd264d582641a4a7 (patch)
tree7ff875fefb9defc4a63780400e2b981637a6d542 /net/mushroom/Cargo.toml
parenta97094cc3e2a452deb013c1d1bb68f2447d7040f (diff)
chore(net/mushroom): Bootstrap project r/887
Diffstat (limited to 'net/mushroom/Cargo.toml')
-rw-r--r--net/mushroom/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/mushroom/Cargo.toml b/net/mushroom/Cargo.toml
new file mode 100644
index 0000000000..2833d3684c
--- /dev/null
+++ b/net/mushroom/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "mushroom"
+version = "0.1.0"
+authors = ["Vincent Ambo <mail@tazj.in>"]
+edition = "2018"
+
+[dependencies]
+git2 = "0.13.6"