Skip to content

Commit

Permalink
Changing Cargo.toml descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Nov 19, 2024
1 parent 6625e29 commit 9bde349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion njord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "njord"
version = "0.4.0"
edition = "2021"
authors = ["Marcus Cvjeticanin <mjovanc@icloud.com>"]
description = "A lightweight ORM library in Rust."
description = "A versatile, feature-rich Rust ORM."
license = "BSD-3-Clause"
documentation = "https://docs.rs/njord/latest/njord/"
repository = "https://github.com/njord-rs/njord"
Expand Down
2 changes: 1 addition & 1 deletion njord_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "njord_cli"
version = "0.1.0"
edition = "2021"
authors = ["Marcus Cvjeticanin <mjovanc@icloud.com>"]
description = "Provides the CLI for Njord."
description = "Provides the CLI for Njord ORM."
license = "BSD-3-Clause"
documentation = "https://docs.rs/njord/latest/njord/"
repository = "https://github.com/njord-rs/njord"
Expand Down
2 changes: 1 addition & 1 deletion njord_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "njord_derive"
version = "0.4.0"
edition = "2021"
authors = ["Marcus Cvjeticanin <mjovanc@icloud.com>"]
description = "You should not use this crate directly, it is internal to Njord."
description = "You should not use this crate directly, it is internal to Njord ORM."
license = "BSD-3-Clause"
documentation = "https://docs.rs/njord/latest/njord/"
repository = "https://github.com/njord-rs/njord"
Expand Down

0 comments on commit 9bde349

Please sign in to comment.