Add macros for logging.
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -5,20 +5,17 @@ edition = "2024"
|
||||
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
members = [
|
||||
".",
|
||||
"libclide",
|
||||
]
|
||||
members = [".", "libclide", "libclide-macros", ]
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.100"
|
||||
strum = "0.27.2"
|
||||
log = { version = "0.4.27", features = [] }
|
||||
|
||||
[dependencies]
|
||||
cxx = "1.0.95"
|
||||
cxx-qt = "0.8.0"
|
||||
cxx-qt-lib = { version = "0.8.0", features = ["qt_full", "qt_gui", "qt_qml"] }
|
||||
log = { version = "0.4.27", features = [] }
|
||||
dirs = "6.0.0"
|
||||
syntect = "5.2.0"
|
||||
clap = { version = "4.5.54", features = ["derive"] }
|
||||
@@ -28,9 +25,11 @@ tui-logger = "0.18.1"
|
||||
edtui = "0.11.1"
|
||||
devicons = "0.6.12"
|
||||
libclide = { path = "./libclide" }
|
||||
libclide-macros = { path = "./libclide-macros" }
|
||||
anyhow = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
||||
[build-dependencies]
|
||||
# The link_qt_object_files feature is required for statically linking Qt 6.
|
||||
cxx-qt-build = { version = "0.8.0", features = ["link_qt_object_files"] }
|
||||
cxx-qt-build = { version = "0.8.0", features = ["link_qt_object_files"] }
|
||||
|
||||
Reference in New Issue
Block a user