first version
This commit is contained in:
commit
c7b9211c18
16 changed files with 3268 additions and 0 deletions
22
generator/Cargo.toml
Normal file
22
generator/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue