Skip to content

Commit 35cb1f2

Browse files
weekend commit
1 parent 6676b70 commit 35cb1f2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
name = "ruex"
33
version = "0.1.0"
44
authors = ["Victor Dudochkin <dudochkin.victor@gmail.com>"]
5+
readme = "README.md"
6+
homepage = "https://angular-rust.github.io/ruex"
7+
repository = "https://github.com/angular-rust/ruex"
8+
documentation = "https://docs.rs/ruex"
9+
description = "Generic State Management framework"
10+
keywords = ["mvc", "mvc-architecture", "redux", "state-management", "time-travel", "event-bus"]
11+
512
edition = "2018"
13+
license = "MPL-2.0"
14+
15+
[badges]
16+
maintenance = { status = "actively-developed" }
617

718
[dependencies]
819
yew = "0.17"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# ruex
1+
# ruex
2+
3+
Actively WIP

0 commit comments

Comments
 (0)