feat: early stage of defining protocols that can be implemented by drivers
This commit is contained in:
8
protocol/Cargo.toml
Normal file
8
protocol/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "protocol"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
deranged = { workspace = true }
|
||||
derive_more = { workspace = true }
|
Reference in New Issue
Block a user