mirror of
https://github.com/lcdr/lu_packets.git
synced 2025-12-30 09:00:38 -06:00
19 lines
634 B
TOML
19 lines
634 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 = "6e988eed6d9d3b1fa0edde34062edfb3b01d344a" }
|
|
endio_bit = { git = "https://github.com/lcdr/endio_bit", rev = "46b1b0eda359dd85b5eabf9714e839c3728c75af" }
|
|
lu_packets_derive = { path = "lu_packets_derive" }
|
|
flate2 = { version = "1.0", features = ["zlib"], default-features = false }
|
|
|
|
[dev-dependencies]
|
|
libsqlite3-sys = { version = "0.20.1", features = ["bundled"] }
|
|
rusqlite = "0.24.2"
|
|
zip = "0.6.3"
|