1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 11:04:21 +00:00
royalnet/Cargo.toml

16 lines
466 B
TOML
Raw Normal View History

2024-07-04 01:15:39 +00:00
[package]
name = "royalnet"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
2024-07-05 00:06:47 +00:00
chrono = "0.4.38"
2024-07-04 01:15:39 +00:00
diesel = { version = "2.2.1", features = ["postgres"] }
log = "0.4.22"
2024-07-04 01:15:39 +00:00
micronfig = "0.3.0"
pretty_env_logger = "0.5.0"
2024-07-05 00:06:47 +00:00
rand = { version = "0.8.5", features = ["small_rng"] }
teloxide = { version = "0.12.2", features = ["ctrlc_handler", "native-tls"], default-features = false }
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }