diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,10 +1,8 @@ [package] -name = "teawiebot" +name = "teawie-bot" version = "1.0.0" edition = "2021" repository = "https://github.com/getchoo/teawieBot" -license = "MIT" -readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,7 +15,6 @@ eyre = { version = "0.6.12", default-features = false, features = [ "auto-install", "track-caller", ] } -include_dir = "0.7.4" log = "0.4.22" poise = "0.6.1" rand = "0.8.5" |
