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

[dependencies]
encoding_rs = "0.8"
fparkan-animation = { path = "../fparkan-animation", version = "0.1.0" }
fparkan-nres = { path = "../fparkan-nres", version = "0.1.0" }

[lints]
workspace = true