mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
13 lines
324 B
TOML
13 lines
324 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.64"
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
|
homepage = "https://github.com/teloxide/teloxide"
|
|
repository = "https://github.com/teloxide/teloxide"
|