**Rationale:** Some bugs were discovered in Project Nautilus integration. **Changes:** - Command and Telemetry paths now support `.` - Telemetry Values now work with Boolean types in the frontend - Constant Command Parameters no longer reset in the panel editor when you open the inspector Reviewed-on: #12 Co-authored-by: Sergey Savelyev <sergeysav.nn@gmail.com> Co-committed-by: Sergey Savelyev <sergeysav.nn@gmail.com>
13 lines
291 B
TOML
13 lines
291 B
TOML
|
|
[package]
|
|
name = "simple_command"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
api = { workspace = true }
|
|
env_logger = { workspace = true }
|
|
log = { workspace = true }
|
|
tokio = { workspace = true, features = ["rt-multi-thread", "signal"] }
|
|
tokio-util = { workspace = true }
|