aboutsummaryrefslogtreecommitdiff
path: root/core/Cargo.toml
blob: 309ef64a30c82a437ca83ab76ad2d18b853ebf1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "there-is-nopads-core"
authors = [ "CatilGrass" ]
description = "A mobile device control solution for local multiplayer gaming, featuring an in-game interface, controller client, and support for universal devices."

homepage = "https://github.com/CatilGrass/ThereIsNoPads"
repository = "https://github.com/CatilGrass/ThereIsNoPads"
readme = "../README.md"

version = "0.1.0"
edition = "2024"

[dependencies]
sha1 = "0.10.6"
serde = { version = "1.0.219", features = ["derive"] }
bincode = { version = "2.0.1", features = ["serde"]}
tokio = { version = "1.0", features = ["full"] }
hex = "0.4.3"