13 lines
336 B
TOML
13 lines
336 B
TOML
[package]
|
|
name = "ng-sbc-tools"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# project (internal)
|
|
waveshare-poe-hat = { version = "0.1", path = "./waveshare-poe-hat" }
|
|
|
|
# external
|
|
clap = { version = "4.4", features = [ "derive" ] }
|