14 lines
273 B
TOML
14 lines
273 B
TOML
[package]
|
|
name = "terminal"
|
|
version = "0.1.0"
|
|
authors = ["Jeremy Soller <jeremy@system76.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
colored = "3.1"
|
|
cosmic-text = { path = "../../" }
|
|
env_logger = "0.11"
|
|
fontdb = "0.23"
|
|
log = "0.4"
|