/ PlanarInteractive / Project.toml
Project.toml
 1  name = "PlanarInteractive"
 2  uuid = "482fd972-58d7-43f2-aa46-1266790cbdd8"
 3  version = "0.1.0"
 4  authors = ["zbc"]
 5  
 6  [deps]
 7  Metrics = "3fcce980-bff0-41b4-8aec-9cac67d74284"
 8  Opt = "01937fd2-c099-442f-ae89-75fa208aad36"
 9  PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
10  Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
11  Planar = "646fb1a4-6797-441d-ad18-3bdbde2eb86b"
12  Plotting = "8ada5bfb-e60b-44be-8979-616e14670061"
13  Scrapers = "38b379f7-ca41-4278-b0dc-774ced1e32bb"
14  WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
15  Watchers = "4a3f9c16-ec8e-48c6-a58d-938fc30e2b4b"
16  
17  [sources]
18  Metrics = {path = "../Metrics"}
19  Opt = {path = "../Opt"}
20  Planar = {path = "../Planar"}
21  Plotting = {path = "../Plotting"}
22  Scrapers = {path = "../Scrapers"}
23  Watchers = {path = "../Watchers"}