modrinth-cli/Cargo.toml
sample-text-here f6d46f3646 its ready
2021-11-09 17:28:20 -08:00

23 lines
542 B
TOML

[package]
name = "modrinth-cli"
description = "unofficial modrinth cli"
authors = ["tezlm", "zestylemonade", "sample-text-here"]
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
attohttpc = { version = "0.18.0", features = ["json"] }
colored = "2.0.0"
crossterm = "0.22.1"
inquire = "0.2.1"
pbr = "1.0.4"
semver = "1.0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.69"
[profile.release]
opt-level = 'z'
lto = true