added webapi sketch

This commit is contained in:
peppidesu 2024-10-19 15:06:56 +02:00
parent 6c6e131e61
commit b3e25cd706
No known key found for this signature in database
GPG key ID: 4E9BA776E329260F
5 changed files with 852 additions and 35 deletions

View file

@ -12,6 +12,7 @@ pub mod flutclient;
pub mod grid;
pub mod protocols;
pub mod utils;
pub mod webapi;
mod color;