summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2024-09-14 14:20:52 +0200
committerfxqnlr <[email protected]>2024-09-14 14:20:52 +0200
commit1b99a4a1ed7772c9b68e59f46e493ea5b4715239 (patch)
treecd4e5b2dbac773ba1797cbe2c8bde62c7a94659f /Cargo.toml
parent553bbac36bdc483135a7053ca64507e01397e5e1 (diff)
downloadarbs-1b99a4a1ed7772c9b68e59f46e493ea5b4715239.tar
arbs-1b99a4a1ed7772c9b68e59f46e493ea5b4715239.tar.gz
arbs-1b99a4a1ed7772c9b68e59f46e493ea5b4715239.zip
add portage package manager
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31a210e..9fcca11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,6 @@ edition = "2021"
4version = "0.1.0" 4version = "0.1.0"
5 5
6[dependencies] 6[dependencies]
7anyhow = "1.0.86"
8color-eyre = "0.6.3" 7color-eyre = "0.6.3"
9dirs = "5.0.1" 8dirs = "5.0.1"
10gethostname = "0.5.0" 9gethostname = "0.5.0"
@@ -34,8 +33,3 @@ features = ["env-filter"]
34[dependencies.uuid] 33[dependencies.uuid]
35version = "1.10.0" 34version = "1.10.0"
36features = ["v4"] 35features = ["v4"]
37
38[features]
39default = ["pacman", "portage"]
40pacman = []
41portage = []