feat: add minetest master server service (#209)

* feat: add minetest master server service"

* restore tf2 example

* chore: replace default with None

* fix: make it available only on TLS and serde

* docs: update changelog
This commit is contained in:
CosminPerRam 2024-07-21 03:01:10 +03:00 committed by GitHub
parent 397817b6d6
commit 41a3d88fb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 78 additions and 3 deletions

View file

@ -0,0 +1,7 @@
/// The implementation.
pub mod service;
/// All types used by the implementation.
pub mod types;
pub use service::*;
pub use types::*;