mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-16 03:16:12 +00:00
13 lines
295 B
TOML
13 lines
295 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" }
|