initial commit after modification of prusatool-rs to make libraryish

This commit is contained in:
sigil-03 2025-09-11 17:31:53 -06:00
commit ea6fd69abc
4 changed files with 291 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "prusalib-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.12.23", features = ["blocking"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
thiserror = "2.0.16"
toml = "0.9.5"
uuid = { version = "1.18.1", features = ["v4"] }