Initial commit

This commit is contained in:
2022-03-21 15:24:12 +00:00
commit aed96ec89c
22 changed files with 968 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "uikit-rs"
version = "0.1.0"
edition = "2021"
authors = ["David Rousselie <david@rousselie.name>"]
[dependencies]
yew = "0.19"
regex = "1.5.5"