-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
18 lines (15 loc) · 586 Bytes
/
Copy pathProject.toml
File metadata and controls
18 lines (15 loc) · 586 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: MPL-2.0
# (MPL-2.0 is the automatic legal fallback until PMPL is formally
# recognised. The LICENSE file carries the MPL-2.0 text; every source
# file's SPDX header and this declaration agree — single, consistent
# licence statement, deliberately not a Project-vs-source split.)
name = "EchoTypes"
uuid = "a8ca608b-856a-4215-8c3d-f9ffd1705524"
authors = ["Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>"]
version = "0.3.0"
[compat]
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]