러스트 프로젝트 추가
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user