farmfe_plugin_polyfill 0.0.15

Polyfill plugin of farm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "farmfe_plugin_polyfill"
version = "0.0.15"
edition = "2021"
authors = ["brightwu(吴明亮) <1521488775@qq.com>"]
license = "MIT"
description = "Polyfill plugin of farm."
homepage = "https://farmfe.org"
repository = "https://github.com/farm-fe/farm"
documentation = "https://docs.rs/farmfe_plugin_polyfill"

[dependencies]
farmfe_core = { path = "../core", version = "0.7.3" }
farmfe_toolkit = { path = "../toolkit", version = "0.0.17" }
farmfe_testing_helpers = { path = "../testing_helpers", version = "0.0.17" }