initial commit after modification of prusatool-rs to make libraryish
This commit is contained in:
commit
ea6fd69abc
4 changed files with 291 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue