diff options
| author | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-16 21:56:22 -0700 |
|---|---|---|
| committer | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-16 21:56:22 -0700 |
| commit | ba442bc1d4955812fd75705fedf378a5d20de631 (patch) | |
| tree | fd8e8f2b272463287f112586d3fb1b922e78a358 /Cargo.toml | |
| parent | f2f257e9e1f1e2a6fefd5df00a317ae721031d5a (diff) | |
add axum
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,3 +11,5 @@ serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.49.0", features = ["full"] } toml = "0.8" serde_json = "1.0.149" +axum = "0.8.8" +tracing-subscriber = "0.3.23" |
