aboutsummaryrefslogblamecommitdiffhomepage
path: root/content/2022-05-30-cmake-cargo-example/libcalc/Cargo.toml
blob: 23ea1827981b6e6ca76beb13cccbc8c6acb273ec (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                          
[package]
name = "calc"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["staticlib"]

[build-dependencies]
cbindgen = "0.*"