17 lines
269 B
TOML
17 lines
269 B
TOML
[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]
|
|
|
|
|