showbits/Cargo.toml
2024-03-02 23:02:32 +01:00

10 lines
210 B
TOML

[workspace]
resolver = "2"
members = ["showbits-common", "showbits-thermal-printer"]
[workspace.package]
version = "0.0.0"
edition = "2021"
[workspace.dependencies]
showbits-common.path = "./showbits-common"