clide/Cargo.toml
2026-01-17 11:41:48 -05:00

19 lines
478 B
TOML

[package]
name = "clide"
version = "0.1.0"
edition = "2024"
[dependencies]
cxx = "1.0.95"
cxx-qt = "0.7"
cxx-qt-lib = { version="0.7", features = ["qt_full", "qt_gui"] }
log = { version = "0.4.27", features = [] }
dirs = "6.0.0"
syntect = "5.2.0"
structopt = "0.3.26"
ratatui = "0.30.0"
anyhow = "1.0.100"
[build-dependencies]
# The link_qt_object_files feature is required for statically linking Qt 6.
cxx-qt-build = { version = "0.7", features = [ "link_qt_object_files" ] }