러스트 프로젝트 추가

This commit is contained in:
2025-03-22 01:30:30 +09:00
parent 16bf414962
commit 42a60477c9
3 changed files with 14 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "rust-simple-web-api"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.8.1"
chrono = "0.4.40"
tokio = { version = "1.44.1", features = ["full"] }