660855ecd6
Protobuf data model (Template/PrintJob/MaterialProfile/PrintParameters) with codegen targets for TypeBox+TS types (packages/ts-types) and prost-derived Rust structs (packages/rust-types). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
16 lines
250 B
TOML
16 lines
250 B
TOML
[package]
|
|
name = "continuum-rust-types"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "continuum_types"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
prost = "0.13"
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.13"
|