feat: early stage of defining protocols that can be implemented by drivers

This commit is contained in:
2025-04-21 16:42:54 -04:00
parent f884bc7675
commit f422888d37
3 changed files with 46 additions and 0 deletions

8
protocol/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "protocol"
version = "0.1.0"
edition = "2021"
[dependencies]
deranged = { workspace = true }
derive_more = { workspace = true }