wip: add /add_plant

This commit is contained in:
Swrup 2021-12-07 23:18:07 +01:00
parent 23bf81188a
commit 0c53f42e91
5 changed files with 254 additions and 12 deletions

View file

@ -1,7 +1,18 @@
(executable
(public_name permap)
(modules app content db login permap register template user user_profile)
(modules
app
content
db
login
permap
register
template
user
user_profile
add_plant)
(libraries
uuidm
caqti.blocking
caqti-driver-sqlite3
bos
@ -43,6 +54,12 @@
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets add_plant.ml)
(deps add_plant.eml.html)
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets user_profile.ml)
(deps user_profile.eml.html)