Initial Commit

This commit is contained in:
2024-02-22 20:30:09 -06:00
commit cac516cf79
7 changed files with 1080 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "personal-website"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.36.*", features = ["full"] }
axum = "0.7.*"
tower-http = { version = "0.5.*", features = ["fs"] }