cosmic-session/Cargo.toml
2022-06-22 14:09:59 -04:00

16 lines
427 B
TOML

[package]
name = "cosmic-session"
description = "The session manager for the COSMIC desktop environment"
version = "0.1.0"
license = "GPL-3.0-only"
edition = "2021"
authors = ["Lucy <lucy@system76.com>"]
publish = false
[dependencies]
async-signals = "0.4"
color-eyre = "0.6"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }