mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 18:31:53 +00:00
* lockless * new and improved api * fix tests Co-authored-by: J H <Blu-J@users.noreply.github.com> * fix models again * fix imports * improved api * fix internally tagged enums --------- Co-authored-by: J H <Blu-J@users.noreply.github.com>
17 lines
495 B
TOML
17 lines
495 B
TOML
[package]
|
|
name = "patch-db-macro-internals"
|
|
version = "0.1.0"
|
|
authors = ["Aiden McClelland <me@drbonez.dev>"]
|
|
edition = "2018"
|
|
description = "internals for macros for defining typed patch dbs"
|
|
license = "MIT"
|
|
repository = "https://github.com/Start9Labs/patch-db"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.5", features = ["full", "extra-traits"] }
|
|
quote = "1.0.1"
|
|
proc-macro2 = "1.0.1"
|
|
heck = "0.4.1"
|