aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-test-support/Cargo.toml
blob: 3649dedb8286696c28bd3b1167910c6d514d9617 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "fparkan-test-support"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
fparkan-render = { path = "../fparkan-render", version = "0.1.0" }

[lints]
workspace = true