2024-07-04 01:15:39 +00:00
|
|
|
[package]
|
|
|
|
name = "royalnet"
|
2024-07-08 04:34:53 +00:00
|
|
|
version = "0.2.1"
|
2024-07-04 01:15:39 +00:00
|
|
|
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"] }
|
2024-07-04 22:47:10 +00:00
|
|
|
log = "0.4.22"
|
2024-07-04 01:15:39 +00:00
|
|
|
micronfig = "0.3.0"
|
2024-07-04 22:47:10 +00:00
|
|
|
pretty_env_logger = "0.5.0"
|
2024-07-05 00:06:47 +00:00
|
|
|
rand = { version = "0.8.5", features = ["small_rng"] }
|
2024-07-08 02:15:53 +00:00
|
|
|
teloxide = { version = "0.12.2", features = ["ctrlc_handler", "native-tls", "macros"], default-features = false }
|
2024-07-05 00:06:47 +00:00
|
|
|
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
|