16 lines
360 B
TOML
16 lines
360 B
TOML
|
[package]
|
||
|
name = "canvane"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
axum = "0.7.5"
|
||
|
color-eyre = "0.6.3"
|
||
|
copy_dir = "0.1.3"
|
||
|
eyre = "0.6.12"
|
||
|
haku.workspace = true
|
||
|
tokio = { version = "1.39.2", features = ["full"] }
|
||
|
tower-http = { version = "0.5.2", features = ["fs"] }
|
||
|
tracing = "0.1.40"
|
||
|
tracing-subscriber = { version = "0.3.18", features = ["fmt"] }
|