diff --git a/Cargo.toml b/Cargo.toml index 787580f..2fe92d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ version = "0.1.3" edition = "2018" description = "Wrapper to process duration and timestamps as nanoseconds" license = "MIT OR Apache-2.0" +repository = "https://github.com/caspervonb/serde_nanos" [dependencies] chrono = { version = "0.4", default-features = false, optional = true }