the-good-stuff/old-stuff/Cargo.toml
2024-06-27 18:59:08 +02:00

12 lines
238 B
TOML

[workspace]
members = [".", "./pm"]
[package]
name = "old-stuff"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pm = { path = "./pm" }