Add Duration dependency

This commit is contained in:
Joseph T. Lyons 2023-12-13 21:19:36 -05:00
parent 052e05fc74
commit be2ad2ff86

View file

@ -1,4 +1,4 @@
use std::{ops::RangeInclusive, sync::Arc};
use std::{ops::RangeInclusive, sync::Arc, time::Duration};
use anyhow::{anyhow, bail};
use client::{Client, ZED_SECRET_CLIENT_TOKEN, ZED_SERVER_URL};