mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 08:54:15 +00:00
17 lines
333 B
TOML
17 lines
333 B
TOML
[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]
|
|
skyline = { path = "./skyline" }
|
|
|
|
[build-dependencies]
|
|
tempfile = "3"
|
|
|