Constructor functions that set/overwrite a value are called with_*, functions that add a value are called and_*.
16 lines
301 B
TOML
16 lines
301 B
TOML
[package]
|
|
name = "showbits-common"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
cosmic-text.workspace = true
|
|
image.workspace = true
|
|
palette.workspace = true
|
|
paste = "1.0.14"
|
|
showbits-assets.workspace = true
|
|
taffy.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|