[package] name = "notify_discord" version = "0.1.0" edition = "2021" description = "discord bot, which watches server files and will notify a user about select changes" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.70" colored = "2.0.0" regex = "1.7.3" serenity = { version = "0.11.5", default-features = false, features = ["client", "gateway", "rustls_backend", "model"]} tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] } serde = { version = "1.0.154", features = ["derive"] } serde_json = "1.0.94" serde_derive = "1.0.154" dirs = "5.0.0"