[package] name = "ensogl-tooltip" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] enso-frp = { path = "../../../frp" } ensogl-core = { path = "../../core" } ensogl-hardcoded-theme = { path = "../../../ensogl/app/theme/hardcoded" } ensogl-label = { path = "../../../ensogl/component/label" }