weblog/examples/web-sys/Cargo.toml

13 lines
233 B
TOML
Raw Permalink Normal View History

2020-09-17 14:42:05 +00:00
[package]
name = "weblog-example-web-sys"
2020-11-13 09:20:15 +00:00
version = "0.4.0-beta.1"
repository = "https://git.netflux.io/rob/weblog"
authors = ["Rob Watson"]
2020-09-17 14:42:05 +00:00
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
weblog = { path = "../.." }