[package] name = "etwin_populate" version = "0.12.3" authors = ["Charles Samborski "] description = "Hammerfest store implementation" documentation = "https://github.com/eternal-twin/etwin" homepage = "https://github.com/eternal-twin/etwin" repository = "https://github.com/eternal-twin/etwin" readme = "./README.md" keywords = ["etwin"] license.workspace = true edition.workspace = true rust-version.workspace = true [dependencies] etwin_constants = { version = "0.12.3", path = "../constants" } etwin_core = { version = "0.12.3", path = "../core", features = ["sqlx"] } sqlx = { version = "0.6.2", default-features = false, features = ["macros", "chrono", "offline", "postgres", "runtime-tokio-rustls", "uuid"] }