You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
438 B
TOML
15 lines
438 B
TOML
[package]
|
|
name = "utfdump_bin"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
authors = ["Tom Panton <pantonshire@gmail.com>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/pantonshire/utfdump"
|
|
description = "Command-line Unicode character info tool"
|
|
|
|
[dependencies]
|
|
utfdump = { path = "../lib" }
|
|
libshire = { git = "https://github.com/pantonshire/libshire", branch = "main" }
|
|
tabled = "0.8.0"
|
|
clap = { version = "3.2.22", features = ["derive"] }
|