File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed
Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " async-stream-impl"
33version = " 0.1.0"
4- authors = [" Carl Lerche <me@carllerche.com>" ]
54edition = " 2018"
5+ license = " MIT"
6+ authors = [" Carl Lerche <me@carllerche.com>" ]
7+ description = " proc macros for async-stream crate"
8+ documentation = " https://docs.rs/async-stream-impl/0.1.0/loom"
9+ homepage = " https://github.com/tokio-rs/async-stream"
10+ repository = " https://github.com/tokio-rs/async-stream"
611
712[lib ]
813proc-macro = true
914
10- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11-
1215[dependencies ]
1316proc-macro2 = " 1"
1417syn = { version = " 1" , features = [" extra-traits" , " full" , " visit-mut" ]}
Original file line number Diff line number Diff line change 11[package ]
22name = " async-stream"
3+ # When releasing to crates.io:
4+ # - Update version number
5+ # - lib.rs: html_root_url.
6+ # - README.md
7+ # - Update CHANGELOG.md
8+ # - Update doc URL.
9+ # - Cargo.toml
10+ # - README.md
11+ # - Create git tag
312version = " 0.1.0"
4- authors = [" Carl Lerche <me@carllerche.com>" ]
513edition = " 2018"
14+ license = " MIT"
15+ authors = [" Carl Lerche <me@carllerche.com>" ]
16+ description = " Asynchronous streams using async & await notation"
17+ documentation = " https://docs.rs/async-stream/0.1.0/loom"
18+ homepage = " https://github.com/tokio-rs/async-stream"
19+ repository = " https://github.com/tokio-rs/async-stream"
20+ readme = " README.md"
621
722[dependencies ]
823async-stream-impl = { path = " ../async-stream-impl" }
You can’t perform that action at this time.
0 commit comments