2026-01-05 02:23:32 +05:00
|
|
|
[package]
|
|
|
|
|
name = "jarvis-cli"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
jarvis-core = { path = "../jarvis-core", default-features = false, features = ["intent"]}
|
2026-01-07 00:15:36 +05:00
|
|
|
tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros"] }
|
2026-01-05 02:23:32 +05:00
|
|
|
log.workspace = true
|
|
|
|
|
env_logger = "0.11"
|
|
|
|
|
parking_lot.workspace = true
|