maud/Cargo.toml
2024-03-10 13:52:51 +00:00

17 lines
321 B
TOML

[workspace]
members = [
"maud_macros",
"maud",
]
exclude = [
"docs",
"doctest",
]
resolver = "2"
[workspace.package]
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT OR Apache-2.0"
homepage = "https://maud.lambda.xyz/"
repository = "https://github.com/lambda-fairy/maud"
edition = "2021"