mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-02 00:42:22 +08:00
Captured identifiers in SQL strings
Initial draft
This commit is contained in:
16
rusqlite-macros/Cargo.toml
Normal file
16
rusqlite-macros/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "rusqlite-macros"
|
||||
version = "0.1.0"
|
||||
authors = ["The rusqlite developers"]
|
||||
edition = "2021"
|
||||
description = "Private implementation detail of rusqlite crate"
|
||||
repository = "https://github.com/rusqlite/rusqlite"
|
||||
license = "MIT"
|
||||
categories = ["database"]
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
sqlite3-parser = { version = "0.4.0", default-features = false, features = ["YYNOERRORRECOVERY"] }
|
||||
fallible-iterator = "0.2"
|
||||
Reference in New Issue
Block a user