diff options
Diffstat (limited to 'net/mushroom/Cargo.toml')
-rw-r--r-- | net/mushroom/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/mushroom/Cargo.toml b/net/mushroom/Cargo.toml new file mode 100644 index 000000000000..2833d3684cfe --- /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" |