11 lines
162 B
TOML
11 lines
162 B
TOML
[package]
|
|
name = "novnc"
|
|
version = "0.1.0"
|
|
authors = ["Joel Martin <github@martintribe.org>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2"
|