test-context/Cargo.toml
2024-02-26 10:13:00 +01:00

14 lines
368 B
TOML

[workspace]
resolver = "2"
members = ["test-context", "test-context-macros"]
[workspace.package]
edition = "2021"
version = "0.1.6"
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"