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"
|
2024-05-26 11:23:22 +02:00
|
|
|
repository = "https://gitlab.fachschaften.org/jonathan_f/Schmfy"
|
2023-07-07 18:18:40 +02:00
|
|
|
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"
|