convex-macros/Cargo.toml
Kyle Davis cdf14a9a14
feat: improve tests, docs, as_1 fns (#4)
* feat: update tests and docs, add as_1 fns

* docs: add metadata to cargo package
2024-03-19 10:10:39 -07:00

25 lines
589 B
TOML

[package]
name = "ragkit_convex_macros"
description = "Macros to help make Convex in Rust nice"
authors = ["Ragkit <support@ragkit.com>"]
version = "0.0.2"
edition = "2021"
license = "MIT"
documentation = "https://github.com/ragkit/convex-macros"
repository = "https://github.com/ragkit/convex-macros"
homepage = "https://github.com/ragkit/convex-macros"
[dependencies]
syn = { version = "2.0.53", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"
[lib]
proc-macro = true
[dev-dependencies]
anyhow = "1.0.80"
convex = "0.6.0"
maplit = "1.0.2"
serde = "1.0.185"
serde_json = "1.0"