[package] name = "afi_rust_app" version = "0.0.0" edition = "2021" publish = false [dependencies] mizan-core = { path = "../../../cores/mizan-rust" } mizan-axum = { path = "../../../backends/mizan-rust-axum" } axum = "0.7" tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } serde_json = "1" [[bin]] name = "server" path = "src/bin/server.rs" [[bin]] name = "export-ir" path = "src/bin/export_ir.rs"