-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
34 lines (27 loc) · 934 Bytes
/
Copy pathProject.toml
File metadata and controls
34 lines (27 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name = "DynamicObjects"
uuid = "23d02862-63fe-4c6e-8fdb-1d52cbbd39d5"
authors = ["Nikolas Siccha <nikolassiccha@gmail.com> and contributors"]
version = "0.4.3"
[deps]
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Treebars = "e1e568c4-3a56-40a4-95fa-9b9c6c16fccb"
[weakdeps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
[extensions]
DataFramesArrowExt = ["Arrow", "DataFrames"]
[sources]
Treebars = {url = "https://github.com/nsiccha/Treebars.jl"}
TestModules = {url = "https://github.com/nsiccha/TestModules.jl"}
[compat]
Arrow = "2"
DataFrames = "1"
julia = "1.10"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestModules = "63c02187-99fd-4e5c-aaf0-4d6bfebc181c"
[targets]
test = ["Random", "Test", "TestModules"]