12345678910111213141516 |
- [package]
- name = "net_monitor"
- version = "0.1.0"
- edition = "2021"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- regex = "1.10.3"
- redis = "0.24.0"
- sea-orm = { version = "^0.12.0", features = [ "sqlx-postgres", "runtime-tokio-native-tls", "macros" ] }
- tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
- telegram-bot = {path= "../telegram_bot"}
- orm = {path="../orm"}
|