adds hello world, adds architecture doc

This commit is contained in:
Sundog
2023-10-17 16:13:55 -04:00
parent ea6eb8ebc9
commit 60cc6cc9e0
3 changed files with 27 additions and 0 deletions

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "aural_isle"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.2", features = ["full"] }
warp = "0.3"