This commit is contained in:
nora 2023-01-15 12:13:06 +01:00
parent 2560ba4253
commit 5fcdcc0f48
8 changed files with 216 additions and 1 deletions

View file

@ -1,3 +1,6 @@
[workspace]
members = [".", "./pm"]
[package]
name = "uwu"
version = "0.1.0"
@ -6,3 +9,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pm = { path = "./pm" }