mirror of
https://github.com/speice-io/isomorphic-rust
synced 2024-11-04 15:18:26 -05:00
13 lines
207 B
TOML
13 lines
207 B
TOML
[package]
|
|
name = "percy"
|
|
version = "0.1.0"
|
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
percy-webapis = "0.0.1"
|
|
virtual-dom-rs = "0.1"
|
|
wasm-bindgen = "0.2"
|