mirror of
https://github.com/Noratrieb/the-good-stuff.git
synced 2026-01-16 09:35:01 +01:00
move
This commit is contained in:
parent
1721d6a45a
commit
9bab547bcf
20 changed files with 1305 additions and 0 deletions
12
old-stuff/Cargo.toml
Normal file
12
old-stuff/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue