added cobble_core crate

This commit is contained in:
Samuel Walker 2024-07-18 19:25:49 -06:00
parent 0ca4ba2ded
commit fb7e76fe78

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!!