Documentation
[dependencies.azucar-macro]
version = "0.1.0"

[lib]
name = "azucar"
path = "src/lib.rs"

[package]
authors = ["sarah quiƱones <sarah@veganb.tw>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "syntax sugar"
edition = "2021"
keywords = ["syntax"]
license = "MIT"
name = "azucar"
readme = "README.md"
repository = "https://github.com/sarah-quinones/azucar/"
version = "0.1.0"

[[test]]
name = "tests"
path = "tests/tests.rs"