diff --git a/njord/Cargo.toml b/njord/Cargo.toml index d92d48ca..7f4ec698 100644 --- a/njord/Cargo.toml +++ b/njord/Cargo.toml @@ -5,7 +5,9 @@ edition = "2021" authors = ["Marcus Cvjeticanin "] description = "A lightweight ORM framework for Rust with strong-typed SQL DSL and sequence APIs." license = "BSD-3-Clause" +documentation = "https://docs.rs/njord/latest/njord/" repository = "https://github.com/mjovanc/njord" +readme = "crates-io.md" rustc = "1.73.0" [dependencies] diff --git a/njord_derive/Cargo.toml b/njord_derive/Cargo.toml index e819dddf..259599fb 100644 --- a/njord_derive/Cargo.toml +++ b/njord_derive/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" authors = ["Marcus Cvjeticanin "] description = "Macros implementations." license = "BSD-3-Clause" +documentation = "https://docs.rs/njord/latest/njord/" repository = "https://github.com/mjovanc/njord" readme = "crates-io.md" rustc = "1.73.0"