mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
17 lines
429 B
TOML
17 lines
429 B
TOML
[package]
|
|
name = "oott"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
env_logger = "0.11.8"
|
|
log = "0.4.29"
|
|
pnet = "0.35.0"
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
rusqlite = { version = "0.38.0", features = ["bundled", "chrono"] }
|
|
rusqlite_migration = { version = "2.4.0", features = ["from-directory"] }
|
|
include_dir = "0.7.4"
|
|
chrono = "0.4.43"
|