mirror of
https://github.com/vlinkz/nix-software-center.git
synced 2024-11-09 20:28:52 +03:00
eb3822c07a
Also broke a bunch of legacy/channel stuff I'll fix later
41 lines
1.3 KiB
TOML
41 lines
1.3 KiB
TOML
[package]
|
|
name = "nix-software-center"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
default-run = "nix-software-center"
|
|
|
|
[dependencies]
|
|
relm4 = { git = "https://github.com/Relm4/Relm4", tag = "v0.5.0-beta.2", features = ["all"] }
|
|
relm4-components = { package = "relm4-components", git = "https://github.com/Relm4/Relm4", tag = "v0.5.0-beta.2"}
|
|
adw = { package = "libadwaita", git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs", features = ["v1_2"] }
|
|
tokio = { version = "1.20", features = ["rt", "macros", "time", "rt-multi-thread", "sync", "process"] }
|
|
sourceview5 = { git = "https://gitlab.gnome.org/World/Rust/sourceview5-rs/", rev = "6082210f7d1fc32b100bd9c714e9521eecacb3f7", features = ["v5_4"] }
|
|
tracker = "0.1"
|
|
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_yaml = "0.9"
|
|
simd-json = { version = "0.6", features = ["allow-non-simd"] }
|
|
|
|
nix-editor = "0.2.12"
|
|
|
|
html2pango = "0.4"
|
|
brotli = "3.3"
|
|
log = "0.4"
|
|
pretty_env_logger = "0.4"
|
|
flate2 = "1.0"
|
|
quick-xml = { version = "0.23", features = ["serialize"] }
|
|
rand = "0.8"
|
|
reqwest = { version = "0.11", features = ["blocking"] }
|
|
sha256 = "1.0"
|
|
image = "0.24"
|
|
spdx = "0.9"
|
|
edit-distance = "2.1"
|
|
ijson = "0.1"
|
|
strum = "0.24"
|
|
strum_macros = "0.24"
|
|
|
|
[workspace]
|
|
members = [".", "nsc-helper"]
|
|
default-members = [".", "nsc-helper"]
|