mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the deps group with 2 updates: [reflink-copy](https://github.com/cargo-bins/reflink-copy) and [syn](https://github.com/dtolnay/syn). Updates `reflink-copy` from 0.1.6 to 0.1.7 - [Commits](https://github.com/cargo-bins/reflink-copy/commits) Updates `syn` from 2.0.33 to 2.0.35 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.33...2.0.35) --- updated-dependencies: - dependency-name: reflink-copy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
599 B
TOML
19 lines
599 B
TOML
[package]
|
|
name = "leon-macros"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "Proc macros for crate leon"
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
documentation = "https://docs.rs/leon-macros"
|
|
rust-version = "1.61.0"
|
|
authors = ["Félix Saparelli <felix@passcod.name>", "Jiahao XU Jiahao_XU@outlook"]
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
leon = { version = "2.0.1", path = "../leon", default-features = false }
|
|
proc-macro2 = "1.0.67"
|
|
syn = { version = "2.0.35", default-features = false, features = ["proc-macro", "parsing"] }
|
|
quote = "1.0.28"
|