Added minimal sdk, simplified test using the sdk's client

This commit is contained in:
Philip (a-0) 2024-01-07 19:13:51 +01:00
parent a75c115761
commit 84784599a7
16 changed files with 379 additions and 83 deletions

View file

@ -6,3 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.79"
reqwest = { version = "0.11.23", features = [ "json" ] }
serde = { version = "1.0.166", features = [ "derive" ] }
serde_json = "1.0.99"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
ubisync-lib = { path = "../ubisync-lib" }