jan/browser/get-latest/Cargo.toml
2025-10-09 22:44:12 +07:00

22 lines
427 B
TOML

[package]
name = "get-latest"
publish = false
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
[dependencies]
download-cef.workspace = true
clap.workspace = true
git-cliff.workspace = true
git-cliff-core.workspace = true
regex.workspace = true
semver.workspace = true
serde.workspace = true
thiserror.workspace = true
toml_edit.workspace = true