forked from MountainTownTechnology/aural_isle
adds hello world, adds architecture doc
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
||||
|
Reference in New Issue
Block a user