diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-04 16:27:53 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-04 16:29:57 +0200 |
| commit | 2f672b4e2ebb040896c7a6af5104f72b075565e0 (patch) | |
| tree | 21bc7f1a4b22a898fa1e8c23b09cd08051690a4b /tests/packages/future-0.1.0/typst.toml | |
| parent | 68a25f497ec9137fc2965aaeff5a49501ede552e (diff) | |
Allow packages to specify their minimum compiler version
Diffstat (limited to 'tests/packages/future-0.1.0/typst.toml')
| -rw-r--r-- | tests/packages/future-0.1.0/typst.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/packages/future-0.1.0/typst.toml b/tests/packages/future-0.1.0/typst.toml new file mode 100644 index 00000000..f8da5406 --- /dev/null +++ b/tests/packages/future-0.1.0/typst.toml @@ -0,0 +1,5 @@ +[package] +name = "future" +version = "0.1.0" +entrypoint = "lib.typ" +compiler = "1.0.0" |
