bitque/crates/derive_db_execute/Cargo.toml
2023-04-04 17:14:31 +02:00

18 lines
448 B
TOML

[package]
name = "derive_db_execute"
version = "0.1.0"
authors = ["Adrian Wozniak <adrian.wozniak@ita-prog.pl>"]
edition = "2018"
description = "BITQUE (Simplified JIRA in Rust) shared data types"
repository = "https://gitlab.com/adrian.wozniak/bitque"
license = "MPL-2.0"
#license-file = "../LICENSE"
[lib]
name = "derive_db_execute"
path = "./src/lib.rs"
proc-macro = true
[dev-dependencies]
diesel = { version = "2", features = ['postgres'] }