diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-14 18:21:37 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-15 13:51:31 +0100 |
commit | 1e42808a59c35aae297d9dfd1c166c09f0b99347 (patch) | |
tree | ddc935f1ef7f99b0ef9634cbdf911ce03323d1ff /src/model/Cargo.toml | |
parent | 8dff278b7227007d8a2c2f6c6d6f76c0c5d7a1ac (diff) | |
download | garage-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.toml | 1 |
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 |