Init repo

This commit is contained in:
Jonas Zeunert
2024-04-22 21:37:32 +02:00
parent 8063acde00
commit f6d6fd43d2
8 changed files with 2009 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "awesm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
env_logger = "0.11.3"
lazy_static = "1.4.0"
log = "0.4.21"
regex = "1.10.4"
reqwest = { version = "0.12.4", features = ["blocking"] }
rouille = "3.6.2"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = { version = "1.0.116", features = ["raw_value"] }