Add bat for its extended syntax sets
This commit is contained in:
parent
e8c3d1a5fc
commit
e1639c032a
9 changed files with 1055 additions and 1153 deletions
15
Cargo.toml
15
Cargo.toml
|
@ -11,21 +11,20 @@ edition = "2018"
|
|||
argh = "0.1"
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.4"
|
||||
owning_ref = "0.4"
|
||||
linked-hash-map = "0.5"
|
||||
lazy_static = "1.4"
|
||||
once_cell = "1.10"
|
||||
parking_lot = "0.12"
|
||||
bytes = { version = "1.1", features = ["serde"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
rand = { version = "0.8" }
|
||||
gpw = "0.1"
|
||||
|
||||
actix = "0.12"
|
||||
actix-web = "3.3"
|
||||
|
||||
actix = "0.13"
|
||||
actix-web = "4.0"
|
||||
htmlescape = "0.3"
|
||||
askama = "0.11"
|
||||
bat = "0.20"
|
||||
syntect = "4.6"
|
||||
|
||||
tokio = { version = "1.15", features = ["sync"] }
|
||||
tokio = { version = "1.17", features = ["sync"] }
|
||||
futures = "0.3"
|
||||
|
||||
[profile.release]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue