crunchy-cli/Cargo.toml
dependabot[bot] acfb9251ea
Bump clap from 4.1.11 to 4.2.1
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.11 to 4.2.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.1.11...v4.2.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 02:02:24 +00:00

23 lines
524 B
TOML

[package]
name = "crunchy-cli"
authors = ["Crunchy Labs Maintainers"]
version = "3.0.0-dev.8"
edition = "2021"
[dependencies]
tokio = { version = "1.26", features = ["macros", "rt-multi-thread", "time"], default-features = false }
crunchy-cli-core = { path = "./crunchy-cli-core" }
[build-dependencies]
chrono = "0.4"
clap = { version = "4.2", features = ["string"] }
clap_complete = "4.1"
clap_mangen = "0.2"
crunchy-cli-core = { path = "./crunchy-cli-core" }
[profile.release]
strip = true
opt-level = "z"
lto = true