21 lines
No EOL
688 B
TOML
21 lines
No EOL
688 B
TOML
[package]
|
|
name = "captchuccino"
|
|
version = "1.2.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
captcha-rs="0.2.10"
|
|
serenity = { version="0.11", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
|
|
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
|
|
image = "0.24.7"
|
|
r_i18n = "1.0.1"
|
|
|
|
[dependencies.uuid]
|
|
version = "1.6.1"
|
|
features = [
|
|
"v4", # Lets you generate random UUIDs
|
|
"fast-rng", # Use a faster (but still sufficiently random) RNG
|
|
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
|
|
] |