Skip to content

Commit f6f89fc

Browse files
bors[bot]eldruin
andauthored
Merge #29
29: Update cargo toml r=therealprof a=eldruin I was not sure what else to change. @therealprof ? Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 223c2c6 + aef83e0 commit f6f89fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ description = "Minimal non-blocking I/O layer"
55
keywords = ["await", "futures", "IO"]
66
license = "MIT OR Apache-2.0"
77
name = "nb"
8-
repository = "https://github.com/japaric/nb"
8+
repository = "https://github.com/rust-embedded/nb"
9+
homepage = "https://github.com/rust-embedded/nb"
10+
documentation = "https://docs.rs/nb"
11+
readme = "README.md"
912
version = "0.1.1"
1013

1114
[features]

0 commit comments

Comments
 (0)