Initial commit: визитка mikhailkilin.ru

Rust/Axum HTTP-сервер, Dockerfile, Woodpecker CI pipeline,
Kubernetes-манифесты для деплоя на k3s.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mikhail Kilin
2026-02-14 17:58:47 +03:00
commit 3be3f55be4
8 changed files with 832 additions and 0 deletions

8
Cargo.toml Normal file
View File

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