1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-11-12 00:40:49 +01:00
slidershim/src-interception/Cargo.toml

13 lines
224 B
TOML

[package]
name = "interception"
version = "0.1.0"
edition = "2018"
publish = false
[build-dependencies]
cc = "1.0"
[dependencies]
bitflags = "1.2.1"
num_enum = "0.5.0"
serde = { version = "1.0.114", features = ["derive"] }