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.
14 lines
338 B
TOML
14 lines
338 B
TOML
[package]
|
|
name = "utfdump"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[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" }
|