remove pacdef_main from workspaces

This commit is contained in:
steven-omaha
2023-02-14 17:46:23 +01:00
parent 5bf662dbc4
commit 7075ef1994
5 changed files with 2 additions and 31 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ keywords = ["package-manager", "linux", "declarative", "cli"]
categories = ["command-line-utilities"]
[workspace]
members = ["crates/pacdef_main", "crates/pacdef_macros", "crates/pacdef_core"]
members = ["crates/pacdef_macros", "crates/pacdef_core"]
[dependencies]
alpm = "2.2"