Browse Source

Add license, authors, and package descriptions.

Kestrel 2 years ago
parent
commit
b7c64916cd
2 changed files with 6 additions and 0 deletions
  1. 3 0
      microrm-macros/Cargo.toml
  2. 3 0
      microrm/Cargo.toml

+ 3 - 0
microrm-macros/Cargo.toml

@@ -2,6 +2,9 @@
 name = "microrm-macros"
 version = "0.1.2"
 edition = "2021"
+license = "BSD-4-Clause"
+authors = ["Kestrel <kestrel@flying-kestrel.ca>"]
+description = "Procedural macro implementations for the microrm crate."
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

+ 3 - 0
microrm/Cargo.toml

@@ -2,6 +2,9 @@
 name = "microrm"
 version = "0.1.2"
 edition = "2021"
+license = "BSD-4-Clause"
+authors = ["Kestrel <kestrel@flying-kestrel.ca>"]
+description = "Lightweight ORM using sqlite as a backend."
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html