We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084f659 commit 2f5059aCopy full SHA for 2f5059a
Project.toml
@@ -0,0 +1,18 @@
1
+name = "Traceur"
2
+uuid = "37b6cedf-1f77-55f8-9503-c64b63398394"
3
+
4
+[deps]
5
+Cassette = "7057c7e9-c182-5462-911a-8362d720325c"
6
+InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
7
+Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
8
+MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
9
10
+[compat]
11
+Cassette = "≥ 0.2.0"
12
+julia = "≥ 0.7.0"
13
14
+[extras]
15
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
17
+[targets]
18
+test = ["Test"]
REQUIRE
0 commit comments