|
@@ -1,6 +1,6 @@
|
|
|
[package]
|
|
|
name = "microrm"
|
|
|
-version = "0.4.0"
|
|
|
+version = "0.4.1"
|
|
|
edition = "2021"
|
|
|
license = "BSD-4-Clause"
|
|
|
authors = ["Kestrel <kestrel@flying-kestrel.ca>"]
|
|
@@ -10,11 +10,12 @@ description = "Lightweight ORM using sqlite as a backend."
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
-features = ["clap"]
|
|
|
+features = ["clap", "bundled_sqlite"]
|
|
|
all-features = true
|
|
|
|
|
|
[features]
|
|
|
clap = ["dep:clap"]
|
|
|
+bundled_sqlite = ["libsqlite3-sys/bundled"]
|
|
|
|
|
|
[dependencies]
|
|
|
libsqlite3-sys = "0.28"
|