a789495a98
FreeBSD Smoke / FreeBSD Smoke (x86_64) (push) Has been cancelled
CI / Quality Guardrails (push) Has been cancelled
CI / Build & Test (macos-latest) (push) Has been cancelled
CI / Build & Test (ubuntu-latest) (push) Has been cancelled
CI / Build & Test (windows-latest) (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / PowerShell Syntax (push) Has been cancelled
CI / Windows Cross-Target Check (Linux) (push) Has been cancelled
20 lines
446 B
TOML
20 lines
446 B
TOML
[package]
|
|
name = "jcode-tui-permissions"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "jcode_tui_permissions"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
chrono = "0.4"
|
|
crossterm = { version = "0.29", features = ["event-stream"] }
|
|
jcode-base = { path = "../jcode-base", default-features = false }
|
|
jcode-core = { path = "../jcode-core" }
|
|
jcode-tui-style = { path = "../jcode-tui-style" }
|
|
ratatui = "0.30"
|
|
serde_json = "1"
|