@@ -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
name = "microrm"
+description = "Lightweight ORM using sqlite as a backend."