mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
12 lines
250 B
TOML
12 lines
250 B
TOML
[root]
|
|
name = "tldr"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"ansi_term 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|