[package]
name = "thorium"
description = "Lokathor does stuff, ium"
version = "0.4.0"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/thorium"
readme = "README.md"
keywords = ["lokathor"]
edition = "2018"
license = "0BSD"
autobins = false
[dependencies]
beryllium = "0.0.10"
gba-proc-macro = "0.5"
[badges]
appveyor = { repository = "Lokathor/thorium" }
travis-ci = { repository = "Lokathor/thorium" }
[lib]
name = "thorium"
crate-type = ["rlib"]
[[bin]]
name = "thorium"
path = "src/bin/main.rs"