Files
bcard/Cargo.toml
Mikhail Kilin 3be3f55be4 Initial commit: визитка mikhailkilin.ru
Rust/Axum HTTP-сервер, Dockerfile, Woodpecker CI pipeline,
Kubernetes-манифесты для деплоя на k3s.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 17:58:47 +03:00

8 lines
135 B
TOML

[package]
name = "bcard"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7"
tokio = { version = "1", features = ["full"] }