zellij-org--zellij
dd0bc96284
Rust / Test (ubuntu-latest) (push) Failing after 1s
Rust / Integration Test (ubuntu-latest) (push) Failing after 2s
Rust / Build (ubuntu-latest) (push) Failing after 1s
Rust / Test (No Web) (push) Failing after 0s
Rust / Check Formatting (push) Failing after 2s
End to End tests / Build generic binary and run tests on it (push) Failing after 6m22s
Rust / Build (macos-latest) (push) Has been cancelled
Rust / Build (Windows) (push) Has been cancelled
Rust / Test (macos-latest) (push) Has been cancelled
Rust / Test (Windows) (push) Has been cancelled
15 行
340 B
TOML
15 行
340 B
TOML
[package]
|
|
name = "session-manager"
|
|
version = "0.1.0"
|
|
authors = ["Aram Drevekenin <aram@poor.dev>"]
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12.1"
|
|
zellij-tile = { path = "../../zellij-tile" }
|
|
chrono = "0.4.0"
|
|
fuzzy-matcher = "0.3.7"
|
|
unicode-width = "0.1.10"
|
|
humantime = "2.1.0"
|
|
uuid = { version = "1.7.0", features = ["v4"] }
|