[package] name = "rola-cli" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true [dependencies] rorolala.workspace = true shared_functions.workspace = true shared_macros.workspace = true space-system.workspace = true serde.workspace = true tokio.workspace = true colored = "3.1.1" chrono = "0.4.45" env_logger = "0.11.10" log = "0.4.32" shakehand = "0.1.3" clap = { version = "4.6.1", features = ["derive"] } [dependencies.mingling] git = "https://github.com/mingling-rs/mingling.git" rev = "3888feded3cb83865d6161de642a1a298a7a5835" features = [ "parser", "extra_macros", "dispatch_tree", "comp", "clap", "structural_renderer", "pathf" ] [build-dependencies.mingling] git = "https://github.com/mingling-rs/mingling.git" rev = "3888feded3cb83865d6161de642a1a298a7a5835" features = [ "builds", "comp", "dispatch_tree", "pathf", ] [build-dependencies] chrono = "0.4.45"