Bumps the cargo group with 1 update in the / directory: [bytes](https://github.com/tokio-rs/bytes). Updates `bytes` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
475 B
TOML
24 lines
475 B
TOML
[package]
|
|
name = "macros"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2.0", features = ["full"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
inventory = { workspace = true }
|
|
bytes = "1.11"
|
|
bevy_macro_utils = "0.17.2"
|
|
|
|
[dev-dependencies]
|
|
libmarathon = { path = "../libmarathon" }
|
|
bevy = { workspace = true }
|
|
serde = { workspace = true }
|
|
rkyv = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
tracing = { workspace = true }
|