enable sparse bundle

This commit is contained in:
2023-05-26 00:21:50 +02:00
parent 063d073c27
commit f8223dfc62
4 changed files with 4 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cryptgeon"
version = "2.3.0-beta.5"
version = "2.3.0-beta.6"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"
@@ -8,11 +8,6 @@ edition = "2021"
name = "cryptgeon"
path = "src/main.rs"
[registries.crates-io]
protocol = "sparse"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
actix-files = "0.6"