aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1ea211be3f298a6e2e1798c9c50413027539823b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
members = ["lib/*", "crates/*"]
resolver = "2"

[workspace.package]
rust-version = "1.82"
edition = "2021"
license = "GPLv3+"
authors = ["Miquel Sabaté Solà"]

[workspace.dependencies]
xixanta = { path = "./lib/xixanta", version = "0.1.0" }