Compare commits

...

1 Commits

Author SHA1 Message Date
fb7e76fe78 added cobble_core crate 2024-07-18 19:25:49 -06:00

View File

@ -27,6 +27,7 @@ futures-util = "0.3.30"
ssh2 = "0.9.4"
chrono = "0.4.38"
zip = "2.1.3"
cobble-core = { version = "1.2.0", features = ["auth", "serde", "modded"] }
[features]
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!