[package] name = "tscn-to-bsn" version = "0.1.0" edition = "2024" [[bin]] name = "tscn2bsn" path = "src/bin/tscn2bsn.rs" [dependencies] serde = { version = "1.0.229", features = ["derive"] } serde_json = "1.0.151" ron = "0.12.2" [dependencies.mingling] git = "https://github.com/mingling-rs/mingling" rev = "08e804e75478953aa656064ac25903858bf5ef64" features = ["extras", "picker", "pathf"] [build-dependencies.mingling] git = "https://github.com/mingling-rs/mingling" rev = "08e804e75478953aa656064ac25903858bf5ef64" features = ["build", "pathf"] [workspace]