12 lines
184 B
TOML
12 lines
184 B
TOML
|
|
[package]
|
||
|
|
name = "fparkan-diagnostics"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
repository.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|