kv/Cargo.toml
2023-09-29 08:34:22 +02:00

20 lines
768 B
TOML

[package]
name = "kv"
version = "0.0.1"
authors = ["Arne Keller <arne.keller@posteo.de>"]
edition = "2018"
homepage = "https://fliegendewurst.eu/kv/"
repository = "https://gitlab.kit.edu/uskyk/kv"
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
console_error_panic_hook = "0.1.6"
console_log = "1"
itertools = "0.11"
log = "0.4.14"
svg_fmt = { git = "https://github.com/FliegendeWurst/rust_debug", rev = "c664b5d24dbcaf6e6fdd7c329dde231c5b05377e" }
wasm-bindgen = "0.2.71"
web-sys = { version = "0.3.48", features = ["Window", "Document", "Location", "HtmlCollection", "HtmlElement", "HtmlSelectElement", "CssStyleDeclaration", "HtmlTextAreaElement", "HtmlInputElement"] }