@@ -39,8 +39,8 @@ axum = { version = "0", features = ["macros"] }
39
39
axum-client-ip = " 0"
40
40
axum-extra = { version = " 0" , features = [" query" ] }
41
41
axum-server = { version = " 0" , features = [" tls-rustls-no-provider" ] }
42
- bittorrent-http-tracker-protocol = { version = " 3.0.0-develop" , path = " packages/http-protocol" }
43
42
bittorrent-http-tracker-core = { version = " 3.0.0-develop" , path = " packages/http-tracker-core" }
43
+ bittorrent-http-tracker-protocol = { version = " 3.0.0-develop" , path = " packages/http-protocol" }
44
44
bittorrent-primitives = " 0.1.0"
45
45
bittorrent-tracker-client = { version = " 3.0.0-develop" , path = " packages/tracker-client" }
46
46
bittorrent-tracker-core = { version = " 3.0.0-develop" , path = " packages/tracker-core" }
@@ -54,13 +54,10 @@ derive_more = { version = "1", features = ["as_ref", "constructor", "from"] }
54
54
figment = " 0"
55
55
futures = " 0"
56
56
futures-util = " 0"
57
- http-body = " 1"
58
57
hyper = " 1"
59
- hyper-util = { version = " 0" , features = [" http1" , " http2" , " tokio" ] }
60
58
lazy_static = " 1"
61
59
parking_lot = " 0"
62
60
percent-encoding = " 2"
63
- pin-project-lite = " 0"
64
61
r2d2 = " 0"
65
62
r2d2_mysql = " 25"
66
63
r2d2_sqlite = { version = " 0" , features = [" bundled" ] }
@@ -76,6 +73,8 @@ serde_repr = "0"
76
73
serde_with = { version = " 3" , features = [" json" ] }
77
74
thiserror = " 2"
78
75
tokio = { version = " 1" , features = [" macros" , " net" , " rt-multi-thread" , " signal" , " sync" ] }
76
+ torrust-axum-server = { version = " 3.0.0-develop" , path = " packages/axum-server" }
77
+ torrust-server-lib = { version = " 3.0.0-develop" , path = " packages/server-lib" }
79
78
torrust-tracker-api-core = { version = " 3.0.0-develop" , path = " packages/tracker-api-core" }
80
79
torrust-tracker-clock = { version = " 3.0.0-develop" , path = " packages/clock" }
81
80
torrust-tracker-configuration = { version = " 3.0.0-develop" , path = " packages/configuration" }
0 commit comments