mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
14 lines
368 B
TOML
14 lines
368 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["test-context", "test-context-macros"]
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
version = "0.1.5"
|
|
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"
|