mirror of
https://github.com/exoticorn/upkr.git
synced 2026-01-20 11:36:42 +01:00
13 lines
256 B
TOML
13 lines
256 B
TOML
[package]
|
|
name = "upkr"
|
|
version = "0.2.0-pre3"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
cdivsufsort = "2"
|
|
lexopt = "0.2.1"
|
|
anyhow = "1"
|
|
thiserror = "1.0.36"
|
|
pbr = "1" |