restream/Cargo.toml

13 lines
303 B
TOML
Raw Normal View History

2020-12-12 22:45:47 +01:00
[package]
name = "restream"
2024-01-10 10:29:27 +01:00
version = "1.3.1"
2020-12-12 22:45:47 +01:00
authors = ["Rien Maertens <rien.maertens@posteo.be>"]
edition = "2018"
[dependencies]
anyhow = "1.0"
lz-fear = "0.1"
2024-01-09 16:46:28 +01:00
clap = { version = "4.4", features = [ "derive" ] }
libremarkable = { version = "0.6", features = [ "input" ], default-features = false }