aboutsummaryrefslogtreecommitdiff
path: root/src/model/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-03-14 18:21:37 +0100
committerAlex Auvolat <alex@adnab.me>2024-03-15 13:51:31 +0100
commit1e42808a59c35aae297d9dfd1c166c09f0b99347 (patch)
treeddc935f1ef7f99b0ef9634cbdf911ce03323d1ff /src/model/Cargo.toml
parent8dff278b7227007d8a2c2f6c6d6f76c0c5d7a1ac (diff)
downloadgarage-1e42808a59c35aae297d9dfd1c166c09f0b99347.tar.gz
garage-1e42808a59c35aae297d9dfd1c166c09f0b99347.zip
[db-snapshot] implement meta_auto_snapshot_interval
Diffstat (limited to 'src/model/Cargo.toml')
-rw-r--r--src/model/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml
index 2e5b047d..bde354b5 100644
--- a/src/model/Cargo.toml
+++ b/src/model/Cargo.toml
@@ -28,6 +28,7 @@ chrono.workspace = true
err-derive.workspace = true
hex.workspace = true
base64.workspace = true
+parse_duration.workspace = true
tracing.workspace = true
rand.workspace = true
zstd.workspace = true