mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-21 00:12:14 +01:00
Update package description and some dependencies to use `workspace` inheritance. * Also updates circleci to produce dockerhub image. Closes #1461 Issue #1362 * f touch to retry circleci * f try to pre-emptively lock protobuf to the older 2.25.2 version * f force Cargo.lock to use protobuf 2.25.2, dammit * f move protobuf pin to syncstorage-spanner * f revert cargo.lock * f revert #448 * f update base64 / tickle circleci * f update cadence (and kick circleci) * f clippy * f switch to latest google-cloud-rust * f update to use google-cloud-rust
14 lines
258 B
TOML
14 lines
258 B
TOML
[package]
|
|
name = "syncstorage-settings"
|
|
version.workspace=true
|
|
license.workspace=true
|
|
authors.workspace=true
|
|
edition.workspace=true
|
|
|
|
[dependencies]
|
|
rand.workspace=true
|
|
serde.workspace=true
|
|
|
|
syncserver-common = { path = "../syncserver-common" }
|
|
time = "^0.3"
|