Skip to content

Commit

Permalink
docs: add URL
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Feb 7, 2024
1 parent c3f91ae commit 9073237
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion rust/logseq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ missing_docs = "warn"
[package]
authors = ["W Augusto Andreoli <[email protected]>"]
categories = ["command-line-utilities", "filesystem", "text-editors", "text-processing", "value-formatting"]
description = "Handle Logseq Markdown files"
description = "Handle Logseq Markdown files in Rust"
documentation = "https://docs.rs/logseq"
edition = "2021"
keywords = ["logseq", "markdown"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/logseq/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Rust crate for Logseq

Handle [Logseq](https://logseq.com/) Markdown files.
Handle [Logseq](https://logseq.com/) Markdown files in Rust.
2 changes: 1 addition & 1 deletion rust/logseq/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! # Handle [Logseq](https://logseq.com/) Markdown files
//! Handle [Logseq](https://logseq.com/) Markdown files in Rust
use chrono::{Local, NaiveDate};
use regex::Regex;
Expand Down

0 comments on commit 9073237

Please sign in to comment.