convex-macros/Cargo.toml
Kyle Davis af9456e4de
docs: add more documentation (#5)
* docs: update documentation

* chore: bump version

* fix: disable doc tests

* chore: docs and version bump
2024-03-19 11:00:52 -07:00

25 lines
610 B
TOML

[package]
name = "ragkit_convex_macros"
description = "Macros to help make Convex in Rust nice"
authors = ["Ragkit <hi@ragkit.com>"]
version = "0.0.4"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/ragkit_convex_macros/latest/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"