diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-08 11:17:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 11:17:47 +0100 |
| commit | 5b384487331eaf08031dfe438bb2affa31aafcbb (patch) | |
| tree | 51904c3df8c54cbc5b7aa5832a5bae49d57f7141 /ui/backend/Cargo.toml | |
| parent | feat(bash/blesh): hook into BLE_ONLOAD to resolve loading order issue (#2234) (diff) | |
| download | atuin-5b384487331eaf08031dfe438bb2affa31aafcbb.zip | |
feat(gui): runbooks that run (#2233)
* add initial runbooks frontend
* fix buttons, scroll, add shell support to editor
* work
* some tweaks
* wip - run crate
* functioning executable blocks
* handle resizing, killing ptys
* clear properly on stop
* move terminal to its own component, handle lifecycle better
* fix all build issues
* ffs codespelll
* update lockfile
* clippy is needy once more
* only build pty stuff on mac/linux
* vendor pty handling into desktop
* update lockfile
Diffstat (limited to 'ui/backend/Cargo.toml')
| -rw-r--r-- | ui/backend/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index ed8ca070..d027e152 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -27,6 +27,12 @@ syntect = "5.2.0" tauri-plugin-http = "2.0.0-beta" tauri-plugin-single-instance = "2.0.0-beta" tokio = "1.38.0" +tauri-plugin-shell = "2.0.0-beta.7" +comrak = "0.22" +portable-pty = "0.8.1" +vt100 = "0.15.2" +bytes = "1.6.0" +nix = "0.29.0" [dependencies.sqlx] version = "0.7" |
