diff --git a/Cargo.toml b/Cargo.toml index 0e00937..8ed38a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,3 +47,7 @@ required-features = ["timestamps"] [[example]] name = "timestamps_utc_offset" required-features = ["timestamps"] + +[[example]] +name = "timestamps_format" +required-features = ["timestamps"]