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

[dependencies]
fparkan-nres = { path = "../fparkan-nres" }
fparkan-path = { path = "../fparkan-path" }
fparkan-rsli = { path = "../fparkan-rsli" }
fparkan-vfs = { path = "../fparkan-vfs" }

[lints]
workspace = true