aboutsummaryrefslogtreecommitdiff
path: root/export/Cargo.toml
blob: 790606c7552ffae7496340050ec74ffe61f362d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "nogamepads-export"
authors = [ "CatilGrass" ]

workspace = "../../NoGamepads"
edition = "2024"

[dependencies]
nogamepads = { path = "../../NoGamepads" }
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.7.8"