feat: boxygit add .
This commit is contained in:
parent
ba8d1b9453
commit
a8bc61f40c
15 changed files with 4700 additions and 0 deletions
9
examples/example-server/Cargo.toml
Normal file
9
examples/example-server/Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "example-server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12.22", features = ["json", "blocking"] }
|
||||
rocket = "0.5.1"
|
||||
serde_json = "1.0.141"
|
Loading…
Add table
Add a link
Reference in a new issue