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