teloxide/Cargo.toml

18 lines
463 B
TOML
Raw Normal View History

2022-11-01 12:13:11 +01:00
[workspace]
members = ["crates/*"]
resolver = "2"
2022-11-17 22:15:48 +01:00
# The settings below will be applied to all crates in the workspace
[workspace.package]
# MSRV (minimal supported Rust version).
2024-08-24 16:07:33 +02:00
rust-version = "1.80"
2022-11-17 22:15:48 +01:00
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}}"