diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-07-20 23:34:50 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-07-20 23:39:23 +0200 |
commit | 142a28cb61c530227833c092273ce9d188faf6a8 (patch) | |
tree | 1c9c30626f12f3d0f3d021934c350c0556b7401f /project.conf | |
parent | e1250f0525a16c5c409680f7c6acf735b4a8a416 (diff) |
Initial commit
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/project.conf b/project.conf new file mode 100644 index 0000000..178feae --- /dev/null +++ b/project.conf @@ -0,0 +1,9 @@ +[package] +name = "sibs-functional" +type = "dynamic" +version = "0.1.0" +platforms = ["any"] +tests = "tests" + +[config] +expose_include_dirs = ["include"] |