acadia/rust/lib/mammoth/Cargo.toml

15 lines
180 B
TOML

[package]
name = "mammoth"
version = "0.1.0"
edition = "2021"
[lib]
name = "mammoth"
[dependencies]
linked_list_allocator = "0.10.5"
[features]
hosted = []
default = ["hosted"]