11 lines
254 B
TOML
11 lines
254 B
TOML
# 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-rust" }
|
|
iris = { path = "../../../iris" }
|
|
bytemuck = "1"
|