Add initial project panel settings

This commit is contained in:
Mikayla Maki 2023-05-22 20:23:07 -07:00
parent 54c04a6618
commit 7be8dead07
No known key found for this signature in database
5 changed files with 49 additions and 1 deletions

View file

@ -21,6 +21,12 @@ util = { path = "../util" }
workspace = { path = "../workspace" }
postage.workspace = true
futures.workspace = true
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
anyhow.workspace = true
schemars.workspace = true
unicase = "2.6"
[dev-dependencies]