diff options
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..6badb64 --- /dev/null +++ b/project.conf @@ -0,0 +1,9 @@ +[package] +name = "sibs-serializer" +version = "0.1.0" +type = "static" +platforms = ["any"] +tests = "tests" + +[config] +expose_include_dirs = ["."]
\ No newline at end of file |