diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-16 12:10:12 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-16 12:10:12 +0200 |
| commit | 5cad8fad7c8e8b4358c9b0290c228ac9fac164f5 (patch) | |
| tree | f70efa6135f2ae2bca1b228b85fdea6af6cd2812 /light-client/Cargo.toml | |
| parent | 92ebc438268851cd9abb7af7d4938c10bd6cf80a (diff) | |
| download | hurrycurry-5cad8fad7c8e8b4358c9b0290c228ac9fac164f5.tar hurrycurry-5cad8fad7c8e8b4358c9b0290c228ac9fac164f5.tar.bz2 hurrycurry-5cad8fad7c8e8b4358c9b0290c228ac9fac164f5.tar.zst | |
render players
Diffstat (limited to 'light-client/Cargo.toml')
| -rw-r--r-- | light-client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/light-client/Cargo.toml b/light-client/Cargo.toml index ec8b75ec..d7cb336c 100644 --- a/light-client/Cargo.toml +++ b/light-client/Cargo.toml @@ -12,3 +12,4 @@ bincode = "2.0.0-rc.3" log = "0.4.22" env_logger = "0.11.3" anyhow = "1.0.86" +clap = { version = "4.5.9", features = ["derive"] } |