diff options
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" - |