13 lines
255 B
TOML
13 lines
255 B
TOML
|
[package]
|
||
|
name = "vespid"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
html-escape = "0.2.13"
|
||
|
tokio.workspace = true
|
||
|
tokio-util = { version = "0.7.13", features = ["rt"] }
|
||
|
axum.workspace = true
|
||
|
vespid_macros.path = "macros"
|
||
|
typed-builder = "0.20.0"
|