19 lines
507 B
TOML
19 lines
507 B
TOML
[package]
|
|
name = "whisper-api"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
axum = { version = "0.7.9", features = ["multipart"]}
|
|
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
|
|
tracing-subscriber = "0.3.19"
|
|
chrono = {version = "0.4.39", features = ["serde"] }
|
|
serde = { version = "1.0.216", features = ["derive"] }
|
|
serde_json = "1.0.133"
|
|
serde_with = "3.11.0"
|
|
lapin = "2.5.0"
|
|
log = "0.4.22"
|
|
log4rs = "1.3.0"
|
|
confy = "0.6.1"
|
|
tokio-executor-trait = "2.1.3"
|
|
tokio-reactor-trait = "1.1.0"
|