1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

docs: include readme in rust docs

This commit is contained in:
Jake Stanger 2023-04-21 23:50:49 +01:00
parent 246313136f
commit 07df51c249
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]
mod bar;
mod bridge_channel;
mod clients;