2018-12-25 10:51:40 +00:00
|
|
|
[package]
|
|
|
|
name = "plume-front"
|
2020-12-29 09:01:18 +00:00
|
|
|
version = "0.6.1-dev"
|
2018-12-25 10:51:40 +00:00
|
|
|
authors = ["Plume contributors"]
|
2020-01-21 06:02:03 +00:00
|
|
|
edition = "2018"
|
2018-12-25 10:51:40 +00:00
|
|
|
|
2021-02-10 12:53:59 +00:00
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
2018-12-25 10:51:40 +00:00
|
|
|
[dependencies]
|
2019-08-14 13:04:30 +00:00
|
|
|
stdweb = "=0.4.18"
|
|
|
|
stdweb-internal-runtime = "=0.1.4"
|
2019-04-19 12:59:03 +00:00
|
|
|
gettext = { git = "https://github.com/Plume-org/gettext/", rev = "294c54d74c699fbc66502b480a37cc66c1daa7f3" }
|
|
|
|
gettext-macros = { git = "https://github.com/Plume-org/gettext-macros/", rev = "a7c605f7edd6bfbfbfe7778026bfefd88d82db10" }
|
|
|
|
gettext-utils = { git = "https://github.com/Plume-org/gettext-macros/", rev = "a7c605f7edd6bfbfbfe7778026bfefd88d82db10" }
|
2019-05-18 12:09:51 +00:00
|
|
|
lazy_static = "1.3"
|
2019-11-02 14:14:41 +00:00
|
|
|
serde = "1.0"
|
2019-12-22 14:04:09 +00:00
|
|
|
serde_json = "1.0"
|
2021-02-10 12:51:57 +00:00
|
|
|
wasm-bindgen = "0.2.70"
|