mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-19 04:46:11 +00:00
13 lines
243 B
TOML
13 lines
243 B
TOML
[package]
|
|
name = "no_std_test"
|
|
version = "0.1.0"
|
|
authors = ["jam1garner <jam1.mcleod@hotmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
skyline = { path = "./skyline" }
|
|
skyline_smash = { path = "./skyline_smash" }
|
|
|