diff options
| author | namilsk <alive6863@gmail.com> | 2026-02-11 09:48:10 +0100 |
|---|---|---|
| committer | namilsk <alive6863@gmail.com> | 2026-02-11 09:48:10 +0100 |
| commit | 6c5cf2bf2d92118f5e996520d6abec6c005221f9 (patch) | |
| tree | d9f91e3d61d6d29b910082287a56b21a78dcedf1 | |
| parent | 3271dfc977cc5841731594c308e19aae575c685d (diff) | |
Delete wrong-named Cargo.toml copy
| -rw-r--r-- | \ | 49 |
1 files changed, 0 insertions, 49 deletions
@@ -1,49 +0,0 @@ -[package] -name = "mesk" -version = "0.0.1" -edition = "2024" -license = "GPL-3.0" -authors = [ "namilsk <namilsk@namilsk.tech>" ] -description = "An i2p-based package manager developed by Anthrill project" -categories = ["command-line-utilities"] -repository = "https://codeberg.org/Anthrill/mesk.git" -# or git.community.i2p/Namilsk/mesk - -[dependencies] -clap = { version = "4.5.53", features = ["derive"] } -toml = { version = "0.9.8", features = ["serde"] } -serde = { version = "1.0.228", features = ["derive"] } -tokio = { version = "1.48.0", features = ["full"] } -reqwest = { version = "0.12.24", features = ["stream"] } -emissary-util = { version = "0.3.0", features = ["tokio"], optional = true } -emissary-core = { version = "0.3.0", optional = true } -flate2 = "1.1.5" -tar = "0.4.44" -url = "2.5.7" -indicatif = "0.18.3" -futures-util = "0.3.31" -num_cpus = "1.17.0" -git2 = "0.19.0" -gpgme = "0.11.0" -glob = "0.3.3" -lazy_static = "1.5.0" -log = "0.4.28" - -[dev-dependencies] -env_logger = "0.11.8" -log = "0.4.28" -mockito = "1.7.1" -tempfile = "3.23.0" -tokio-test = "0.4.4" -uuid = { version = "1.19.0", features = ["v4"] } - -[feature] -minimal = [] -integrated-router = ["dep:emissary-util", "dep:emissary-core"] -default = ["minimal"] - -[profile.release] -strip = true -lto = true -opt-level = 3 -codegen-units = 1 |
