commit | 63325213b7fbbe8e92fade220dc783f5b9baf90c | [log] [tgz] |
---|---|---|
author | Wei Li <[email protected]> | Sat Aug 03 00:39:24 2024 +0000 |
committer | Wei Li <[email protected]> | Sat Aug 03 00:39:24 2024 +0000 |
tree | 46adf801303d57b0b1d99dee6ec9d4dab5c5bfe1 | |
parent | 4808d17c898dc87e563f6fce067acdbd815e1d31 [diff] |
Cleanup license metadata in external/rust/crates/futures-sink. Symlink file LICENSE is added in Android codebase and points to file LICENSE-APACHE, so use it in Android.bp. Bug: 346390141 Change-Id: Ie6698da5d641fd0f654313c164932235d70b22c1 Test: CIs
The asynchronous Sink
trait for the futures-rs library.
Add this to your Cargo.toml
:
[dependencies] futures-sink = "0.3"
The current futures-sink
requires Rust 1.36 or later.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.