haesli/amqp_core/Cargo.toml
2022-02-19 21:53:02 +01:00

10 lines
216 B
TOML

[package]
name = "amqp_core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
parking_lot = "0.12.0"
uuid = "0.8.2"