diff options
author | Vincent Ambo <mail@tazj.in> | 2020-08-26T22·17+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-08-26T22·21+0000 |
commit | e90242d02944ba75f4ef03e4f9d632036d26cfe3 (patch) | |
tree | f2acdfd67430bb3a27b9f2dfc392351c0973d654 /net/mushroom/Cargo.toml | |
parent | dec32be0d749098047e0fbaacbffeda0b15a8ee4 (diff) |
chore(net): Remove mushroom r/1713
We don't need to build this anymore. Change-Id: I0ddd4ec3db9eb4774553003e18c5503b0f431810 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1842 Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'net/mushroom/Cargo.toml')
-rw-r--r-- | net/mushroom/Cargo.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/mushroom/Cargo.toml b/net/mushroom/Cargo.toml deleted file mode 100644 index 2833d3684cfe..000000000000 --- a/net/mushroom/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "mushroom" -version = "0.1.0" -authors = ["Vincent Ambo <mail@tazj.in>"] -edition = "2018" - -[dependencies] -git2 = "0.13.6" |