aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:21:25 +0000
committerDavid LeGare <legare@google.com>2022-03-02 16:21:25 +0000
commitc8d44d99a8692019751a2bfc93f6f05b8dbbc977 (patch)
tree695013359c187d2948f2e46f268e261698497aa3 /README.md
parentcbf3ea619e2d0287af22469dd51a1aa2309815a4 (diff)
downloadfutures-task-c8d44d99a8692019751a2bfc93f6f05b8dbbc977.tar.gz
Update futures-task to 0.3.21
Test: cd external/rust/crates && atest --host -c Change-Id: I4c4379c5aca07e1ca574d8564577dc146035488b
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8ceeba9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# futures-task
+
+Tools for working with tasks.
+
+## Usage
+
+Add this to your `Cargo.toml`:
+
+```toml
+[dependencies]
+futures-task = "0.3"
+```
+
+The current `futures-task` requires Rust 1.45 or later.
+
+## License
+
+Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
+[MIT license](LICENSE-MIT) 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.