13 lines
207 B
TOML
13 lines
207 B
TOML
[package]
|
|
name = "fparkan-platform"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
raw-window-handle = "0.6"
|
|
|
|
[lints]
|
|
workspace = true
|