Skip to content

Commit

Permalink
Cleanup cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Nov 13, 2023
1 parent 6c63f51 commit eefaf72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ actix-http = "3"
actix-rt = "2"
actix-web = "4"
anyhow = "1.0"
approx = "0.5.1"
async-trait = "0.1"
bit-set = "0.5.3"
brotli = "3"
Expand Down Expand Up @@ -49,6 +50,7 @@ rustls-native-certs = "0.6"
rustls-pemfile = "1"
semver = "1"
serde = { version = "1", features = ["derive"] }
size_format = "1.0.2"
serde_json = "1"
serde_yaml = "0.9"
spreet = { version = "0.9", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions mbtiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ anyhow = { workspace = true, optional = true }
clap = { workspace = true, optional = true }
env_logger = { workspace = true, optional = true }
serde_yaml = { workspace = true, optional = true }
size_format.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread"], optional = true }
size_format = "1.0.2"

[dev-dependencies]
# For testing, might as well use the same async framework as the Martin itself
actix-rt.workspace = true
approx.workspace = true
ctor.workspace = true
env_logger.workspace = true
insta = { workspace = true, features = ["toml", "yaml"] }
pretty_assertions.workspace = true
rstest.workspace = true
approx = "0.5.1"

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit eefaf72

Please sign in to comment.