aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 23165882c4b57e7a8c670180075bb5eaaa0f76b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
resolver = "2"
members = [
    "rprt-engine",
]

[workspace.package]
version = "0.1.0"
edition = "2024"
license = "GPL-3.0-or-later"
authors = ["tslil clingman"]