mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-29 12:22:15 +01:00
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
13 lines
220 B
TOML
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"] }
|