summaryrefslogtreecommitdiff
path: root/tests/packages/future-0.1.0/typst.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-04 16:27:53 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-04 16:29:57 +0200
commit2f672b4e2ebb040896c7a6af5104f72b075565e0 (patch)
tree21bc7f1a4b22a898fa1e8c23b09cd08051690a4b /tests/packages/future-0.1.0/typst.toml
parent68a25f497ec9137fc2965aaeff5a49501ede552e (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.toml5
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"