f5b18dffaf
remove tag-prefix deletion as discussed here: https://github.com/igalic/Plume/pull/1 Update all versions numbers Update Crowdin config to v3 + Pull translations with cargo release Follow a more standard CHANGELOG format add release.toml configuration file for cargo-release and also add overrides in all other crates, since we only have one CHANGELOG.md: https://github.com/sunng87/cargo-release/issues/205 we might wanna have that looked at or fixed ignore .vscode/ add / backfill Changelog.md Co-authored-by: Mina Galić <me+git@igalic.co> Co-authored-by: Ana Gelez <ana@gelez.xyz> Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/835
22 lines
336 B
TOML
22 lines
336 B
TOML
[package]
|
|
name = "plume-macro"
|
|
version = "0.5.0"
|
|
authors = ["Trinity Pointard <trinity.pointard@insa-rennes.fr>"]
|
|
edition = "2018"
|
|
description = "Plume procedural macros"
|
|
license = "AGPLv3"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "0.4"
|
|
quote = "0.6.12"
|
|
syn = "0.15.27"
|
|
|
|
|
|
[features]
|
|
default = []
|
|
postgres = []
|
|
sqlite = []
|