**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>
20 lines
350 B
TOML
20 lines
350 B
TOML
|
|
[package]
|
|
name = "api-proc-macro"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
api-core = { workspace = true }
|
|
proc-macro-error = { workspace = true }
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
api = { workspace = true }
|
|
trybuild = { workspace = true }
|