sdk-rust/example-projects/no-std-example/Cargo.toml

15 lines
311 B
TOML

[package]
name = "no-std-example"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cloudevents-sdk = { path = "../..", default-features = false }
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"