1
+ [workspace ]
2
+
3
+ [workspace .dependencies ]
4
+ reqwest = { version = " 0.12" , default-features = false , features = [
5
+ " rustls-tls" ,
6
+ ] }
7
+ clap = { version = " 4.5" , features = [" derive" , " env" ] }
8
+ serde_json = " 1.0"
9
+ octocrab = " 0.44"
10
+ ferinth = " 2.11"
11
+ furse = " 1.6"
12
+
13
+
1
14
[package ]
2
15
3
16
name = " ferium"
@@ -23,7 +36,7 @@ authors = [
23
36
24
37
license = " MPL-2.0"
25
38
readme = " README.md"
26
- categories = [" command-line-utilities" ]
39
+ categories = [" command-line-utilities" , " games " ]
27
40
keywords = [" minecraft" , " mod-manager" , " modrinth" , " curseforge" , " github" ]
28
41
29
42
edition = " 2021"
@@ -39,32 +52,29 @@ gui = ["rfd"]
39
52
40
53
41
54
[dependencies ]
55
+ serde_json.workspace = true
56
+ octocrab.workspace = true
57
+ ferinth.workspace = true
58
+ reqwest.workspace = true
59
+ furse.workspace = true
60
+ clap.workspace = true
61
+
42
62
rfd = { version = " 0.15" , optional = true , default-features = false , features = [
43
63
" xdg-portal" ,
44
64
" tokio" ,
45
65
] }
46
- reqwest = { version = " 0.12" , default-features = false , features = [
47
- " rustls-tls" ,
48
- ] }
49
66
tokio = { version = " 1.44" , default-features = false , features = [
50
67
" rt-multi-thread" ,
51
68
" macros" ,
52
69
] }
53
- clap = { version = " 4.5" , features = [" derive" , " env" ] }
54
70
clap_complete = " 4.5"
55
71
parking_lot = " 0.12"
56
- serde_json = " 1.0"
57
72
indicatif = " 0.17"
58
- octocrab = " 0.43"
59
73
fs_extra = " 1.3"
60
- ferinth = " 2.11"
61
74
colored = " 3.0"
62
75
inquire = " 0.7"
63
- libium = { git = " https://github.com/gorilla-devs/libium" , rev = " eed35ae6b695a93b9e26b59974a2b26fe3ac7407" }
64
- # libium = { path = "../libium" }
65
- # libium = "1.32"
76
+ libium = { path = " ./libium" }
66
77
anyhow = " 1.0"
67
- furse = " 1.5"
68
78
size = " 0.5"
69
79
70
80
[dev-dependencies ]
0 commit comments