diff --git a/README.md b/README.md
index e186f64..61ba661 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Graph processing](#graph-processing)
- [GUI](#gui)
- [Image processing](#image-processing)
+ - [Industrial automation](#industrial-automation)
- [Language specification](#language-specification)
- [Logging](#logging)
- [Machine learning](#machine-learning)
@@ -146,6 +147,8 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization
* [Twinklebear/tray_rust](https://github.com/Twinklebear/tray_rust) — a ray tracer [
](https://travis-ci.org/Twinklebear/tray_rust)
* **Image processing**
* [spejss/Image-Processing-CLI-in-Rust](https://github.com/spejss/Image-Processing-CLI-in-Rust) — CLI for processing images, generating histograms. [](https://travis-ci.org/spejss/Image-Processing-CLI-in-Rust)
+* **Industrial automation**
+ * [slowtec/tokio-modbus](https://github.com/slowtec/tokio-modbus) - A [tokio](https://tokio.rs)-based [modbus](http://modbus.org) library. [](https://travis-ci.org/slowtec/tokio-modbus)
* **Operating systems**, see also [A comparison of operating systems written in Rust](https://github.com/flosse/rust-os-comparison)
* [redox-os/redox](https://github.com/redox-os/redox) — [
](https://travis-ci.org/redox-os/redox)
* [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [
](https://travis-ci.org/thepowersgang/rust_os)