Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "valkyrie-docgen"
version = "0.0.5"
authors = ["192608617@qq.com"]
edition = "2018"
description = "..."
repository = "https://github.com/nyar-lang/NyarNative"
license = "MPL-2.0"

[dependencies]
yew = "0.17"
itertools = "0.10"

[dev-dependencies]


[build-dependencies]