aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-test-support/Cargo.toml
blob: 56a079fe88401685c8152418b1ac250506586a47 (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" }

[lints]
workspace = true