This makes it possible to just type `cargo run` and always get the up to date client
10 lines
120 B
TOML
10 lines
120 B
TOML
[package]
|
|
name = "client"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
libc = "*"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0" |