libcsp-rust/libcsp-cargo-build/Cargo.toml

15 lines
550 B
TOML
Raw Normal View History

2024-05-29 00:25:05 +02:00
[package]
name = "libcsp-cargo-build"
2024-06-01 23:21:50 +02:00
version = "0.2.0"
2024-05-29 00:25:05 +02:00
edition = "2021"
description = "Tools to build libcsp using cargo"
homepage = "https://egit.irs.uni-stuttgart.de/rust/libcsp-rust"
repository = "https://egit.irs.uni-stuttgart.de/rust/libcsp-rust"
license = "Apache-2.0"
keywords = ["no-std", "space", "aerospace", "ffi", "csp"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
categories = ["aerospace", "external-ffi-bindings", "no-std", "hardware-support", "embedded"]
[dependencies]
cc = "1"