10 lines
254 B
TOML
10 lines
254 B
TOML
[inputs]
|
|
capital = { quantity = { amount=68, unit="USDollar" } }
|
|
|
|
[dependencies]
|
|
operator = {skills=["vendor interaction"]}
|
|
|
|
[action.purchase]
|
|
vendor = [
|
|
"https://farmhydrosupplies.com/product/agrobrite-fluorescent-t5-grow-light-with-6400k-bulbs/"
|
|
]
|