File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,6 @@ members = ["crates/*"]
44
55[workspace .package ]
66version = " 0.6.0"
7+
8+ [workspace .dependencies ]
9+ custard_lib = { path = " ./crates/lib" , version = " 0.6.0" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repository = "https://github.com/Teajey/custard"
1010anyhow = " 1.0.75"
1111camino = " 1.1.6"
1212axum = " 0.6.20"
13- custard_lib = { path = " ../lib " }
13+ custard_lib = { workspace = true }
1414notify = " 5.2.0"
1515serde = { version = " 1.0.188" , features = [" serde_derive" ] }
1616serde_json = " 1.0.107"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/Teajey/custard"
99[dependencies ]
1010anyhow = " 1.0.75"
1111camino = " 1.1.6"
12- custard_lib = { path = " ../lib " }
12+ custard_lib = { workspace = true }
1313notify = " 5.2.0"
1414rmp-serde = " 1.3.0"
1515serde = { version = " 1.0.188" , features = [" serde_derive" ] }
You can’t perform that action at this time.
0 commit comments