15 lines
267 B
TOML
15 lines
267 B
TOML
[package]
|
|
name = "term"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
|
|
|
[dependencies]
|
|
libpsf.workspace = true
|
|
libcolors.workspace = true
|
|
logsink.workspace = true
|
|
|
|
log.workspace = true
|
|
thiserror.workspace = true
|
|
clap.workspace = true
|