15 lines
349 B
TOML
15 lines
349 B
TOML
[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" |