mirror of
https://github.com/lcdr/lu_packets.git
synced 2026-04-26 11:49:22 -05:00
13 lines
440 B
TOML
13 lines
440 B
TOML
[package]
|
|
name = "lu_packets"
|
|
version = "0.1.0"
|
|
authors = ["lcdr"]
|
|
edition = "2018"
|
|
license = "AGPL-3.0-or-later"
|
|
repository = "https://github.com/lcdr/lu_packets/"
|
|
|
|
[dependencies]
|
|
endio = { git = "https://github.com/lcdr/endio", rev = "cb5020f6749a301ae925592f9ad1920919894ddb" }
|
|
endio_bit = { git = "https://github.com/lcdr/endio_bit", rev = "46b1b0eda359dd85b5eabf9714e839c3728c75af" }
|
|
lu_packets_derive = { path = "lu_packets_derive" }
|