teloxide/Cargo.toml
Waffle Maybe c7feb38995
Merge pull request #860 from teloxide/release-chores
Simplify release process by using `cargo-release`
2023-09-24 00:57:42 +00:00

17 lines
449 B
TOML

[workspace]
members = ["crates/*"]
# The settings below will be applied to all crates in the workspace
[workspace.package]
# MSRV (minimal supported Rust version).
rust-version = "1.65"
edition = "2021"
license = "MIT"
homepage = "https://github.com/teloxide/teloxide"
repository = "https://github.com/teloxide/teloxide"
[workspace.metadata.release]
tag-message = "Release {{crate_name}} version {{version}}"
tag-name = "{{prefix}}v{{version}}"