Files
rust-otus/smart-house-web/backend/Cargo.toml
Alexander Baranov 4581c7e5b7 smart-house-web: в работе
smart-house-web: в работе
2026-05-07 18:06:17 +03:00

10 lines
142 B
TOML

[package]
name = "backend"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.9"
tracing = "0.1.44"
tracing-subscriber = "0.3.23"