9 lines
152 B
TOML
9 lines
152 B
TOML
|
|
[package]
|
||
|
|
name = "library_usage"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
publish = false
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
aether-atom = { path = "/home/cosmos/aether-atom" }
|