Skip to content

Commit 2216156

Browse files
committed
add info to Cargo.toml
1 parent e0489f7 commit 2216156

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
[package]
22
name = "postgres-from-row"
33
version = "0.1.0"
4+
authors = ["Remo Pas"]
45
edition = "2021"
6+
description = "Derivable trait that allows converting a postgres row to a struct"
7+
documentation = "https://docs.rs/postgres-from-row"
8+
repositoty = "https://github.com/remkop22/postgres-from-row"
9+
homepage = "https://github.com/remkop22/postgres-from-row"
10+
readme = "README.md"
11+
license-file = "LICENSE"
12+
keywords = ["postgres", "postgres-tokio", "postgresql", "from-row", "mapper"]
13+
categories = ["database", "parsing", "data-structures"]
514

615
[workspace]
716
members = ["postgres-from-row-derive"]

0 commit comments

Comments
 (0)