overcast/Cargo.toml

15 lines
349 B
TOML
Raw Normal View History

2023-07-10 03:27:28 +00:00
[package]
name = "overcast"
description = "CLI tool for managing non-Steam games in Steam"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
binrw = "0.11.2"
crc32fast = "1.3.2"
argh = "0.1.10"
dirs = "5.0.1"
steamy-vdf = "0.2.0"
itertools = "0.11.0"