[package] name = "convert" version = "0.1.0" edition = "2021" [[bin]] name = "convert" path = "src/main.rs" [dependencies] minicpm-convert = { path = "../../crates/minicpm-convert" } burn = { version = "0.21", default-features = false, features = ["std", "wgpu", "fusion", "autotune"] } anyhow = "1.0"