diff options
| author | Sébastien Dailly <sebastien@chimrod.com> | 2021-05-24 22:13:19 +0200 |
|---|---|---|
| committer | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:22:43 +0100 |
| commit | 38cf58ac5e1adb38a1b99ea7cdda19ef7b5e12bf (patch) | |
| tree | 4f94bff126e1dff186e0dafe5fca86657233acb1 /script.it/state/dune | |
| parent | 1a53943340d068a1dbcef2f006e44905bab47bff (diff) | |
Refactor
Diffstat (limited to 'script.it/state/dune')
| -rwxr-xr-x | script.it/state/dune | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/script.it/state/dune b/script.it/state/dune new file mode 100755 index 0000000..7d4ef3f --- /dev/null +++ b/script.it/state/dune @@ -0,0 +1,13 @@ +(library + (name script_state) + (libraries + brr + brr.note + blog + application + worker_messages + outline + layer + path + ) + ) |
