mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
style: organize S3 deps in cargo.toml
This commit is contained in:
parent
b2a4e398d8
commit
4982aa1098
1 changed files with 2 additions and 2 deletions
|
@ -90,6 +90,8 @@ image = { version = "0.25", default-features = false, features = [
|
||||||
# Used for creating media filenames
|
# Used for creating media filenames
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
|
# Used for S3 media backend
|
||||||
|
rusty-s3 = "0.7.0"
|
||||||
# Used for parsing media retention policies from the config
|
# Used for parsing media retention policies from the config
|
||||||
bytesize = { version = "2", features = ["serde"] }
|
bytesize = { version = "2", features = ["serde"] }
|
||||||
humantime-serde = "1"
|
humantime-serde = "1"
|
||||||
|
@ -154,8 +156,6 @@ tikv-jemallocator = { version = "0.6", features = [
|
||||||
|
|
||||||
sd-notify = { version = "0.4", optional = true }
|
sd-notify = { version = "0.4", optional = true }
|
||||||
|
|
||||||
rusty-s3 = "0.7.0"
|
|
||||||
|
|
||||||
# Used for matrix spec type definitions and helpers
|
# Used for matrix spec type definitions and helpers
|
||||||
[dependencies.ruma]
|
[dependencies.ruma]
|
||||||
features = [
|
features = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue