mirror of
https://github.com/warpdotdev/warp.git
synced 2026-06-08 15:54:59 +08:00
16 lines
297 B
TOML
16 lines
297 B
TOML
[package]
|
|
name = "vim"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
warp_core.workspace = true
|
|
warpui.workspace = true
|
|
log.workspace = true
|
|
itertools.workspace = true
|
|
string-offset.workspace = true
|
|
anyhow.workspace = true
|
|
unindent = "0.2.4"
|