You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package] |
|
name = "skanny" |
|
version = "0.1.0" |
|
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"] |
|
edition = "2018" |
|
|
|
[dependencies] |
|
sane-sys = { path = "sane-sys" } |
|
image = "0.23.7" |
|
gumdrop = "0.8.0" |
|
ctrlc = "3.1.5" |
|
|
|
[workspace] |
|
members = [ |
|
"sane-sys" |
|
]
|
|
|