15 lines
201 B
TOML
15 lines
201 B
TOML
|
[package]
|
||
|
name = "uipc"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
cross.workspace = true
|
||
|
|
||
|
postcard.workspace = true
|
||
|
serde.workspace = true
|
||
|
thiserror.workspace = true
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|