mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-25 02:21:37 +08:00
bbb570aabd
This reverts commit b86d9321b5
.
17 lines
431 B
TOML
17 lines
431 B
TOML
[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.11", default-features = false, features = ["YYNOERRORRECOVERY"] }
|
|
fallible-iterator = "0.3"
|