Files
schedule-parser-rusted/actix-macros/Cargo.toml
dependabot[bot] 24bb6ca4d5 chore(deps): bump syn from 2.0.108 to 2.0.110
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.108 to 2.0.110.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.108...2.0.110)

---
updated-dependencies:
- dependency-name: syn
  dependency-version: 2.0.110
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 18:44:49 +00:00

12 lines
164 B
TOML

[package]
name = "actix-macros"
version = "0.1.0"
edition = "2024"
[dependencies]
syn = "2.0.110"
quote = "1.0.40"
proc-macro2 = "1.0.101"
[lib]
proc-macro = true