Buttplug sex toy control library
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

at device-config-63 17 lines 477 B view raw
1[package] 2name = "buttplug_derive" 3version = "0.6.2" 4authors = ["Nonpolynomial Labs, LLC <kyle@nonpolynomial.com>"] 5description = "Trait Derive Macros for Buttplug Intimate Hardware Control Library" 6license = "BSD-3-Clause" 7homepage = "http://buttplug.io" 8repository = "https://github.com/buttplugio/buttplug-rs.git" 9keywords = ["usb", "serial", "hardware", "bluetooth", "teledildonics"] 10edition = "2018" 11 12[lib] 13proc-macro = true 14 15[dependencies] 16syn = "1.0.58" 17quote = "1.0.8"