pass_manager/entity/Cargo.toml

14 lines
234 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
2023-11-19 11:45:46 +00:00
[lints]
workspace = true
[dependencies]
2023-08-03 20:11:28 +00:00
futures = "0.3"
sea-orm = "0.12"