1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-10-16 22:47:27 +00:00
royalnet/Cargo.toml

12 lines
255 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"
diesel = { version = "2.2.1", features = ["postgres"] }
micronfig = "0.3.0"
teloxide = "0.12.2"
tokio = { version = "1.38.0", features = ["full", "macros"] }