mirror of
https://github.com/exoticorn/upkr.git
synced 2026-01-20 19:46:42 +01:00
14 lines
192 B
TOML
14 lines
192 B
TOML
[package]
|
|
name = "upkr"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
strip = "debuginfo"
|
|
|
|
[dependencies]
|
|
cdivsufsort = "2"
|
|
lexopt = "0.2.1"
|
|
anyhow = "1"
|
|
thiserror = "1.0.36"
|
|
pbr = "1" |