27 lines
645 B
TOML
27 lines
645 B
TOML
[package]
|
|
name = "pic_ox"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
j_db = { version = "0.1.0", registry = "jojo-dev" }
|
|
axum = "0.7.4"
|
|
axum-macros = "0.4.1"
|
|
serde = "1.0.195"
|
|
config = "0.13.4"
|
|
tracing-subscriber = "0.3.18"
|
|
chrono = { version = "0.4.31", features = ["serde"] }
|
|
chrono-tz = "0.8.5"
|
|
async-trait = "0.1.77"
|
|
sha2 = "0.10.8"
|
|
hex = "0.4.3"
|
|
url = "2.5.0"
|
|
structopt = "0.3.26"
|
|
log = { version = "0.4.20", features = [] }
|
|
env_logger = "0.11.0"
|
|
|
|
[dependencies.tokio]
|
|
version = "1.35.1"
|
|
features = ["macros", "rt-multi-thread", "fs"] |