start adding a job-compiler recipe
This commit is contained in:
parent
e763aa8645
commit
4cace38bc4
7 changed files with 103 additions and 0 deletions
13
recipe/battery_18650.toml
Normal file
13
recipe/battery_18650.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[outputs.battery_18650]
|
||||
comments = """Any 18650 should work. We're using Samsung INR18650-35E."""
|
||||
|
||||
[inputs]
|
||||
capital = { quantity = { amount=2.95, unit="USDollar" } }
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://www.18650batterystore.com/products/samsung-35e"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue