generated from t/malachite
add: bucket default images
This commit is contained in:
parent
bff797569d
commit
71a89e6c44
6 changed files with 93 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "buckets-core"
|
||||
description = "Buckets media upload types"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
edition = "2024"
|
||||
readme = "../../README.md"
|
||||
authors.workspace = true
|
||||
|
@ -16,4 +16,7 @@ pathbufd = "0.1.4"
|
|||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.142"
|
||||
toml = "0.9.4"
|
||||
oiseau = { version = "0.1.2", default-features = false, features = ["postgres", "redis",] }
|
||||
oiseau = { version = "0.1.2", default-features = false, features = [
|
||||
"postgres",
|
||||
"redis",
|
||||
] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue