We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d64c4 commit 7541734Copy full SHA for 7541734
.gitignore
@@ -1,4 +1,5 @@
1
/target
2
+/docs
3
Chinook_Sqlite.sql
4
Chinook_Sqlite.sqlite
5
test.db
Cargo.toml
@@ -22,7 +22,7 @@ proc-macro2 = "1.0.79"
22
heck = "0.5.0"
23
expect-test = "1"
24
k12 = "0.3"
25
-rust-query-macros = { path = "rust-query-macros" }
+rust-query-macros = { path = "rust-query-macros", version = "0.2.0" }
26
ouroboros = "0.18.4"
27
ref-cast = "1.0.23"
28
pretty_assertions = "1.4.0"
rust-query-macros/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "rust-query-macros"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
+description = "Proc-macro crate for rust-query."
6
+license = "MIT OR Apache-2.0"
7
8
[lib]
9
proc-macro = true
0 commit comments