David Venhoff e46e0fbacc Automatically build the client
This makes it possible to just type `cargo run` and always get the up to date client
2025-07-31 15:45:58 +02:00

10 lines
120 B
TOML

[package]
name = "client"
version = "0.1.0"
edition = "2024"
[dependencies]
libc = "*"
[build-dependencies]
cc = "1.0"