syncstorage-rs/codegen/Cargo.toml
Philip Jenvey d03e711af9
test: convert the db_tests to async/await
and switch them to work against the generic Db trait

adds the #[async_test] proc macro. it produces a test that block_on's
an async function (based off the tokio-async-await-test crate which
currently doesn't build due to tokio deps)

Closes #156
2019-06-27 12:40:40 -07:00

13 lines
220 B
TOML

[package]
name = "codegen"
version = "0.1.0"
authors = ["Philip Jenvey <pjenvey@underboss.org>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
quote = "0.6.12"
syn = { version = "0.15", features = ["full"] }