**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
328 B
TOML
13 lines
328 B
TOML
|
|
[package]
|
|
name = "api-core"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
chrono = { workspace = true, features = ["serde"] }
|
|
derive_more = { workspace = true, features = ["display", "from", "try_into"] }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
thiserror = { workspace = true }
|