-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (27 loc) · 877 Bytes
/
Cargo.toml
File metadata and controls
29 lines (27 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "verbleiber"
version = "0.10.0-dev"
authors = ["Jochen Kupperschmidt"]
edition = "2024"
rust-version = "1.85.0"
description = "Log organizer whereabouts on events via RFID tags and buttons"
readme = "README.md"
repository = "https://github.com/byceps/verbleiber"
license = "MIT"
keywords = ["presence", "rfid"]
[dependencies]
anyhow = "1.0"
bimap = "0.6.3"
clap = { version = "4.5.49", default-features = false, features = ["derive", "error-context", "help", "std", "usage"] }
ctrlc = "3.4.7"
evdev = "0.13.1"
flume = "0.11.1"
log = { version = "0.4.28", features = ["std"] }
nanorand = "0.8.0"
rodio = { version = "0.21.1", default-features = false, features = ["playback", "vorbis"] }
serde = { version = "1.0", features = ["derive"] }
simple_logger = "5.0.0"
toml = "0.9.8"
ureq = { version = "3.1.2", features = ["json"] }
[profile.release]
strip = true