[package] name = "ketsugou" version = "0.1.0" authors = ["SoundRabbit "] edition = "2021" description = "merges two arrays" license = "MIT OR Apache-2.0" keywords = ["text", "tree", "graph", "merge"] categories = ["Rust patterns"] readme = "./README.md" repository = "https://github.com/SoundRabbit/ketsugou" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "./src/lib.rs" [dependencies]