mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-14 19:49:02 +00:00
13 lines
167 B
TOML
13 lines
167 B
TOML
|
[package]
|
||
|
name = "block"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Virgil Dupras <hsoft@hardcoded.net>"]
|
||
|
|
||
|
[lib]
|
||
|
name = "block"
|
||
|
crate-type = ["dylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
image = "*"
|
||
|
|