Skip to content

Commit 7d02397

Browse files
committed
prepare for publishing x-bow
1 parent 985caf3 commit 7d02397

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

x-bow-macros/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "x-bow-macros"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
5-
6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
description = "see the x-bow crate"
6+
license = "MPL-2.0"
7+
repository = "https://github.com/wishawa/async_ui"
78

89
[lib]
910
proc-macro = true

x-bow/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ edition = "2021"
55
description = "Precise State Management Library"
66
license = "MPL-2.0"
77
repository = "https://github.com/wishawa/async_ui"
8+
categories = ["rust-patterns", "gui", "asynchronous"]
9+
keywords = ["state-management", "state", "gui", "asynchronous", "lens"]
10+
documentation = "https://docs.rs/x-bow"
11+
812

913
[dependencies]
1014
async_ui_internal_utils = { path = "../async_ui_internal_utils", version = "0.0.2" }
1115
nohash-hasher = "0.2.0"
1216
futures-core = "0.3.28"
13-
x-bow-macros = { path = "../x-bow-macros/" }
17+
x-bow-macros = { version = "0.2.0", path = "../x-bow-macros/" }
1418
pin-project-lite = "0.2"
1519

1620
[dev-dependencies]

0 commit comments

Comments
 (0)