16 lines
294 B
TOML
16 lines
294 B
TOML
# engine/crates/argand-atomic/Cargo.toml
|
|
# By Nic Weyand!
|
|
|
|
[package]
|
|
name = "argand-atomic"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|