mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
17 lines
463 B
TOML
17 lines
463 B
TOML
[workspace]
|
|
members = ["crates/*"]
|
|
resolver = "2"
|
|
|
|
# The settings below will be applied to all crates in the workspace
|
|
[workspace.package]
|
|
# MSRV (minimal supported Rust version).
|
|
rust-version = "1.70"
|
|
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}}"
|