File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ journald = ["utils/journald"]
2121syslog = [" utils/syslog" ]
2222
2323[dependencies ]
24- utils = { path = " utils" }
25- cli = { path = " cli" }
26- core = { path = " core" }
24+ utils = { path = " utils" , version = " 0.0.1-beta " }
25+ cli = { path = " cli" , version = " 0.0.1-beta " }
26+ core = { path = " core" , version = " 0.0.1-beta " }
2727human-panic = " 2.0.0"
2828better-panic = " 0.3.0"
2929log = " 0.4.27"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.0.1-beta"
44authors = [" Abid Omar <contact@omarabid.com>" ]
55description = " CLI interface"
66edition = " 2024"
7+ publish = false
78
89[dependencies ]
910utils = { path = " ../utils" }
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.0.1-beta"
44authors = [" Abid Omar <contact@omarabid.com>" ]
55description = " The application core code"
66edition = " 2024"
7+ publish = false
78
89[dependencies ]
910utils = { path = " ../utils" }
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.0.1-beta"
44authors = [" Abid Omar <contact@omarabid.com>" ]
55description = " Various utilities and functionalities"
66edition = " 2024"
7+ publish = false
78
89[features ]
910nightly = []
You can’t perform that action at this time.
0 commit comments