more functional handling of Quantity

This commit is contained in:
Sebastian Kuzminsky 2025-01-18 11:22:05 -07:00
parent 424cbaedf8
commit dd2f41e3cf
22 changed files with 131 additions and 99 deletions

View file

@ -1,8 +1,8 @@
[outputs]
m4_nuts = {quantity=100}
m4_nuts = {quantity={amount=100}}
[inputs]
capital={amount="1.35 usd"}
capital = { quantity = { amount = 1.35, unit = "USDollar" } }
[dependencies]
operator = {skills=["vendor interaction"]}