-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 725 Bytes
/
Cargo.toml
File metadata and controls
26 lines (24 loc) · 725 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
[package]
authors = ["Felipe Coury <felipe.coury@gmail.com>"]
build = "build.rs"
categories = ["api-bindings"]
description = """
Bindings to librazermacos for allowing interaction with Razer peripherals
on macOS.
"""
edition = "2021"
homepage = "https://github.com/fcoury/razermacos-rs"
keywords = ["razer", "mac", "macos"]
license-file = "LICENSE"
name = "razermacos"
readme = "README.md"
repository = "https://github.com/fcoury/razermacos-rs"
version = "0.1.1"
[dependencies]
lazy_static = "1.4"
librazermacos-sys = {path = "librazermacos-sys", version = "0.1.0"}
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
[build-dependencies]
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"