generated from t/malachite
add: full initial
This commit is contained in:
parent
f5c663495d
commit
d06bc5e726
29 changed files with 592 additions and 1928 deletions
19
crates/buckets-core/Cargo.toml
Normal file
19
crates/buckets-core/Cargo.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "buckets-core"
|
||||
description = "Buckets media upload types"
|
||||
version = "1.0.1"
|
||||
edition = "2024"
|
||||
readme = "../../README.md"
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
|
||||
[dependencies]
|
||||
tetratto-core = "15.0.2"
|
||||
tetratto-shared = "12.0.6"
|
||||
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",] }
|
Loading…
Add table
Add a link
Reference in a new issue