1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00
UltimateTrainingModpack/Cargo.toml

14 lines
295 B
TOML
Raw Normal View History

2020-04-08 04:21:52 +00:00
[package]
name = "no_std_test"
version = "0.1.0"
authors = ["jam1garner <jam1.mcleod@hotmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-04-08 04:31:46 +00:00
skyline = { path = "./skyline" }