[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" tui-tree-widget = "0.24.0" uuid = { version = "1.19.0", features = ["v4"] } nvim-rs = { version = "0.9.2", features = ["use_tokio"] } tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros", "process"] } [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" ] }