test-context/Cargo.toml
2025-11-10 11:13:37 +01:00

15 lines
392 B
TOML

[workspace]
resolver = "2"
members = ["test-context", "test-context-macros"]
[workspace.package]
edition = "2024"
version = "0.5.3"
rust-version = "1.91.0"
homepage = "https://github.com/JasterV/test-context"
repository = "https://github.com/JasterV/test-context"
authors = [
"Mark Hildreth <mark.k.hildreth@gmail.com>",
"Victor Martinez <victor.martinez@jaster.xyz>",
]
license = "MIT"