22 lines
427 B
TOML
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
|