pass_manager/entity/Cargo.toml

11 lines
208 B
TOML
Raw Normal View History

[package]
name = "entity"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-08-03 20:11:28 +00:00
futures = "0.3"
sea-orm = "0.12"