A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -44,7 +44,7 @@ test-log = "0.2.18" env_logger = "0.11.8" url = "2.5.7" anyhow = "1.0.100" -tokio = { version = "1.47.1", features = ["rt-multi-thread", "sync"] } +tokio = { version = "1.47.1", features = ["rt-multi-thread", "sync", "time"] } regex-cursor = "0.1.5" papaya = "0.2.3" markdown = "1.0.0" @@ -67,6 +67,7 @@ imara-diff = "0.2.0" vecto = "0.1.1" rangemap = { version = "1.7.1", features = ["const_fn", "nightly", "serde1"] } itern = "0.1.1" +kitty-rc = { version = "0.4.2", git = "https://github.com/bend-n/kitty-rc-rs" } [profile.dev.package] rust-analyzer.opt-level = 3 |