Schmfy/Cargo.toml
2024-05-26 11:23:22 +02:00

15 lines
323 B
TOML

[package]
name = "schmfy"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Schmfication library"
readme = "README.md"
repository = "https://gitlab.fachschaften.org/jonathan_f/Schmfy"
documentation = "https://docs.rs/schmfy"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"