first version

This commit is contained in:
Marco "Capypara" Köpcke 2024-12-11 09:42:06 +01:00
commit c7b9211c18
No known key found for this signature in database
GPG key ID: 08131EE895D53BDB
16 changed files with 3268 additions and 0 deletions

22
generator/Cargo.toml Normal file
View file

@ -0,0 +1,22 @@
[package]
name = "nix-jebrains-plugins-generator"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json", "stream"] }
clap = { version = "4.5", features = ["derive"] }
log = "0.4"
log4rs = "1.2"
serde = "1"
serde-xml-rs = "0.6"
serde_json = "1"
futures = "0.3"
tokio-retry2 = "0.5"
nix-base32 = "0.2"
base64 = "0.22"
version-compare = "0.2"
lazy_static = "1.5"
which = "7"