feat!: added mostly foundational code, and a playground of sorts to interact with it
This commit is contained in:
parent
6c524b0741
commit
9a28c1a1dd
10 changed files with 417 additions and 0 deletions
10
server/Cargo.toml
Normal file
10
server/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue