From cc86afa7e476b56879996cd7cf51b8ad2ba65c8c Mon Sep 17 00:00:00 2001 From: mjovanc Date: Wed, 19 Jun 2024 12:38:58 +0200 Subject: [PATCH] Updating book.toml --- docs/book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book.toml b/docs/book.toml index dcd4a416..d4ab6389 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -1,7 +1,7 @@ [book] title = "Njord - A lightweight ORM library in Rust" authors = ["Marcus Cvjeticanin"] -description = "A lightweight ORM library in Rust with strong-typed SQL DSL and sequence API." +description = "A lightweight ORM library in Rust." language = "en" git-repository-url = "https://github.com/mjovanc/njord" git-repository-icon = "fa-github"