typ-core 0.2.1

Panel contract, actions, keymap and events for the TYPE terminal IDE
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "typ-core"

version.workspace = true

edition.workspace = true

rust-version.workspace = true

license.workspace = true

description = "Panel contract, actions, keymap and events for the TYPE terminal IDE"

repository.workspace = true

homepage.workspace = true

keywords.workspace = true

categories.workspace = true



[dependencies]

anyhow.workspace = true

crossterm.workspace = true

ratatui.workspace = true

toml.workspace = true