This commit is contained in:
nora 2024-06-27 18:59:08 +02:00
parent 1721d6a45a
commit 9bab547bcf
20 changed files with 1305 additions and 0 deletions

12
old-stuff/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[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" }