[package] name = "utfdump" version = "0.1.0" edition = "2021" authors = ["Tom Panton "] license = "MIT" repository = "https://github.com/pantonshire/utfdump" description = "Command-line Unicode character info tool" [dependencies] utfdump_core = { path = "../utfdump_core" } libshire = { git = "https://github.com/pantonshire/libshire", branch = "main" } tabled = "0.8.0" clap = { version = "3.2.22", features = ["derive"] } [build-dependencies] utfdump_core = { path = "../utfdump_core" }