feat!: added mostly foundational code, and a playground of sorts to interact with it

This commit is contained in:
selene 2025-11-24 01:05:58 +01:00
parent 6c524b0741
commit 9a28c1a1dd
Signed by: sel
SSH key fingerprint: SHA256:33R/4Rx5Lu4o81LyJyXdMrmP5CJ6j7j1Soo0Dn7mKc0
10 changed files with 417 additions and 0 deletions

10
server/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "wgu"
authors = ["sel <sel@selstacker.space>"]
version = "0.0.1"
edition = "2024"
[dependencies]
serde = { version = "*", features = ["derive"] }
serde_json = "1.0.145"
toml = "0.9.8"