[package] name = "ruva-es" version = "0.12.0" edition = "2021" license = "MIT" description = "Rust Library For Event Driven TEvent Handling" repository = "https://github.com/BeringLab/ruva" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ruva-core= {version="0.12.0", path="../ruva-core"} dotenv="0.15.0" [features]