diff options
author | Brad Richardson <brichardson@structint.com> | 2020-03-24 16:11:18 -0500 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-03-24 16:11:18 -0500 |
commit | 97a21c32b70440ab2017208063db1638ff35e1f9 (patch) | |
tree | 3f305dc61063cdc7f4b89d4340de0b090c615ba3 /package.yaml | |
parent | f4c1f60ecbd2c075e846a33480bd4ade0b8c9e2a (diff) | |
download | fpm-97a21c32b70440ab2017208063db1638ff35e1f9.tar.gz fpm-97a21c32b70440ab2017208063db1638ff35e1f9.zip |
Put together simplest example of reading settings from fpm.toml
- determine compiler based on fpm.toml
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index cf6c69f..c46000a 100644 --- a/package.yaml +++ b/package.yaml @@ -28,6 +28,7 @@ dependencies: - process - shake - split +- text - tomland >= 1.0 |