mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
This is an automated PR generated by [release-plz](https://github.com/MarcoIeni/release-plz) via Woodpecker CI. Co-authored-by: release-plz-bot <bot@codeberg.org> Reviewed-on: https://codeberg.org/JasterV/test-context/pulls/6
15 lines
396 B
TOML
15 lines
396 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["test-context", "test-context-macros"]
|
|
|
|
[workspace.package]
|
|
edition = "2024"
|
|
version = "0.5.8"
|
|
rust-version = "1.91.0"
|
|
homepage = "https://codeberg.org/JasterV/test-context"
|
|
repository = "https://codeberg.org/JasterV/test-context"
|
|
authors = [
|
|
"Mark Hildreth <mark.k.hildreth@gmail.com>",
|
|
"Victor Martinez <victor.martinez@jaster.xyz>",
|
|
]
|
|
license = "MIT"
|