# Standalone so profiling dependencies stay out of the app and iris workspaces. [package] name = "ui-profile" version = "0.1.0" edition = "2024" [dev-dependencies] ai-app = { path = "../../../app" } iris = { path = "../../../iris" } bytemuck = "1"