|
@@ -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
|
|
|
|
|
@@ -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
|
|
|
|