diff options
| author | metamuffin <metamuffin@disroot.org> | 2022-10-17 11:28:03 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2022-10-17 11:28:03 +0200 |
| commit | 6e50a340ca698ed94c11cfb156e3f5e498807e4d (patch) | |
| tree | 75f680108e488572439b05359059cdf3fa6d450c /Cargo.toml | |
| parent | b739641a78bad5381aa2a8f7de3d464f9c5ce01f (diff) | |
| download | trash-proxy-6e50a340ca698ed94c11cfb156e3f5e498807e4d.tar trash-proxy-6e50a340ca698ed94c11cfb156e3f5e498807e4d.tar.bz2 trash-proxy-6e50a340ca698ed94c11cfb156e3f5e498807e4d.tar.zst | |
clean
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,9 +1,8 @@ [package] -name = "rubbish-proxy" +name = "trash-proxy" version = "0.1.0" edition = "2021" - [dependencies] azalea = { git = "https://github.com/mat-1/azalea/" } azalea-protocol = { git = "https://github.com/mat-1/azalea/" } @@ -23,4 +22,3 @@ serde_yaml = "0.9.13" future-utils = "0.12.1" bytes = "1.2.1" inotify = "0.10.0" - |