sm64pc/gamebridge/Cargo.toml

14 lines
295 B
TOML
Raw Normal View History

2020-05-08 20:30:43 +00:00
[package]
name = "gamebridge"
version = "0.1.0"
2020-05-08 22:03:57 +00:00
authors = ["Cadey Ratio <cadey@firemail.cc>"]
2020-05-08 20:30:43 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-05-08 21:54:57 +00:00
anyhow = "1.0"
bitflags = "1.2"
2020-05-08 21:54:57 +00:00
log = "0.4"
pretty_env_logger = "0.4"