summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/Cargo.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-03release: dhall_proc_macros version 0.5.1Nadrieril1-1/+1
2020-06-24chore: remove unused dependencies using cargo-udepsNadrieril1-1/+0
2020-06-24chore: upgrade dependencies using cargo-outdatedNadrieril1-1/+1
2020-04-05Release dhall_proc_macros version 0.5.0Nadrieril1-1/+1
2020-04-05Setup cargo-releaseNadrieril1-1/+2
2020-03-31Ensure version numbers are kept in syncNadrieril1-0/+3
2020-03-18Cut releaseNadrieril1-1/+1
2020-03-17Upgrade some dependenciesNadrieril1-4/+4
2019-12-21No need for syn featuresNadrieril1-1/+1
2019-12-21Prepare for publishing on crates.ioNadrieril1-1/+4
2019-09-01Rewrite the make_parser macro as a proc_macroNadrieril1-3/+3
2019-08-16dhall_proc_macros actually does not depend on dhall_syntax anymoreNadrieril1-1/+0
2019-05-04Rename dhall_generator to dhall_proc_macrosNadrieril1-1/+1
2019-05-04Rename dhall_core to dhall_syntaxNadrieril1-1/+1
2019-04-12Clarify licenseNadrieril1-0/+1
2019-03-26Derive DhallType for structsNadrieril1-0/+1
2019-03-06Add proc_macro the generated dhall expressionsNadrieril1-3/+5
2019-03-06Remove doctest noise from cargo testNadrieril1-0/+3
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-0/+10