Files
singit2/Cargo.toml
2022-04-19 15:15:00 +02:00

21 lines
386 B
TOML

[package]
name = "singit2"
version = "0.2.2"
authors = ["Joakim Hulthe <joakim@hulthe.net"]
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
seed = "0.8.0"
#wasm-bindgen = "0.2.70"
serde = { version = "1", features = ['derive'] }
serde_json = "1"
anyhow = "*"
rand = "0.8.4"
[dependencies.css_typegen]
git = "https://github.com/hulthe/css_typegen.git"
branch = "master"