churn/examples/example-module/Cargo.toml

17 lines
269 B
TOML
Raw Permalink Normal View History

[package]
name = "example-module"
repository.workspace = true
description.workspace = true
readme.workspace = true
license-file.workspace = true
authors.workspace = true
version.workspace = true
edition.workspace = true
[lib]
crate-type = ["cdylib"]
[dependencies]