Initial commit for rust rewrite

This commit is contained in:
timmypidashev
2023-03-11 20:09:01 -08:00
parent 259d92dfe1
commit 32c0b774a2
4 changed files with 19 additions and 35 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "web"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]