convert workspace to a workspace with a root package

This commit is contained in:
2024-06-01 19:45:54 +02:00
parent 3710be2d70
commit 588caded2d
11 changed files with 28 additions and 235 deletions

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
libcsp = "0.1"
libcsp = { version = "0.1", path = ".." }
[build-dependencies]
libcsp-cargo-build = "0.1"