mirror of
https://github.com/Noratrieb/the-good-stuff.git
synced 2026-01-16 01:25:01 +01:00
scratch
This commit is contained in:
parent
2560ba4253
commit
5fcdcc0f48
8 changed files with 216 additions and 1 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue