mirror of
https://github.com/exoticorn/upkr.git
synced 2026-01-20 11:36:42 +01:00
add documentation, make pbr optional as well
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
[package]
|
||||
name = "upkr"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
strip = "debuginfo"
|
||||
|
||||
[features]
|
||||
terminal = ["crossterm", "pbr"]
|
||||
|
||||
[dependencies]
|
||||
cdivsufsort = "2"
|
||||
lexopt = "0.2.1"
|
||||
anyhow = "1"
|
||||
thiserror = "1.0.36"
|
||||
pbr = "1"
|
||||
pbr = { version = "1", optional = true }
|
||||
crossterm = { version = "0.25.0", default-features = false, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user