kv/Cargo.toml
2021-03-19 18:14:41 +01:00

20 lines
714 B
TOML

[package]
name = "kv"
version = "0.0.1"
authors = ["Arne Keller <arne.keller@posteo.de>"]
edition = "2018"
homepage = "https://studwww.informatik.kit.edu/~s_keller/kv/"
repository = "https://git.scc.kit.edu/uskyk/kv"
license = "GPL-3.0+"
# 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 = "0.2.0"
itertools = "0.10.0"
log = "0.4.14"
svg_fmt = { path = "../rust_debug/svg_fmt" }
wasm-bindgen = "0.2.71"
web-sys = { version = "0.3.48", features = ["Window", "Document", "Location", "HtmlCollection", "HtmlElement", "HtmlSelectElement", "CssStyleDeclaration", "HtmlTextAreaElement", "HtmlInputElement"] }