elucify 0.1.0

Simple SQL Database ORM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "elucify"
version = "0.1.0"
edition = "2021"
description = "Simple SQL Database ORM"
authors = ["Eli Blaney <eliblaney@gmail.com>"]
repository = "https://eliblaney.com/eliblaney/elucify"
readme = "README.md"
license-file = "LICENSE"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ['extra-traits'] }
quote = "1.0"
proc-macro2 = { version = "1.0.36", default-features = false }
indexmap = "1.8.2"