diff --git a/core/actor/Cargo.toml b/core/actor/Cargo.toml index ab24673..25708dd 100644 --- a/core/actor/Cargo.toml +++ b/core/actor/Cargo.toml @@ -15,7 +15,7 @@ rhai = { version = "1.21.0", features = ["std", "sync", "decimal", "internals"] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] } -tracing = "0.1" +tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } clap = { version = "4.4", features = ["derive"] } uuid = { version = "1.6", features = ["v4", "serde"] } # Though task_id is string, uuid might be useful