Schmfy/Cargo.toml

16 lines
311 B
TOML
Raw Normal View History

2023-07-07 11:19:14 +02:00
[package]
name = "schmfy"
2024-05-10 14:32:05 +02:00
version = "0.3.0"
2023-07-07 11:19:14 +02:00
edition = "2021"
2023-07-07 11:24:22 +02:00
license = "MIT OR Apache-2.0"
description = "Schmfication library"
readme = "README.md"
repository = "https://git.flueren.eu/JonOfUs/Schmfy"
documentation = "https://docs.rs/schmfy"
2023-07-07 11:19:14 +02:00
2024-05-10 14:32:05 +02:00
[lib]
crate-type = ["cdylib"]
2023-07-07 11:19:14 +02:00
[dependencies]
2024-05-10 14:32:05 +02:00
wasm-bindgen = "0.2"