summaryrefslogtreecommitdiffstats
path: root/third_party/rust/tokio-udp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/tokio-udp/README.md')
-rw-r--r--third_party/rust/tokio-udp/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/rust/tokio-udp/README.md b/third_party/rust/tokio-udp/README.md
new file mode 100644
index 0000000000..e677c0749f
--- /dev/null
+++ b/third_party/rust/tokio-udp/README.md
@@ -0,0 +1,15 @@
+# tokio-udp
+
+UDP bindings for `tokio`.
+
+[Documentation](https://tokio-rs.github.io/tokio/tokio_udp/)
+
+## License
+
+This project is licensed under the [MIT license](./LICENSE).
+
+### Contribution
+
+Unless you explicitly state otherwise, any contribution intentionally submitted
+for inclusion in Tokio by you, shall be licensed as MIT, without any additional
+terms or conditions.