emacs-survey/Project.toml

22 lines
871 B
TOML
Raw Permalink Normal View History

2021-12-17 18:09:25 +00:00
name = "EmacsSurvey"
uuid = "6786e42b-f0d7-4359-b26c-a0c9a9a4ccc8"
2022-10-02 08:19:09 +00:00
authors = ["TEC <contact@tecosaur.net>"]
2021-12-17 18:09:25 +00:00
version = "0.1.0"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
2022-02-10 13:31:07 +00:00
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
2021-12-17 18:09:25 +00:00
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Genie = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
2022-02-10 13:31:07 +00:00
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
2021-12-17 18:09:25 +00:00
Inflector = "6d011eab-0732-4556-8808-e463c76bf3b6"
2022-10-18 11:56:18 +00:00
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
2022-02-10 13:31:07 +00:00
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
2021-12-17 18:09:25 +00:00
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2022-02-10 13:31:07 +00:00
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
2021-12-17 18:09:25 +00:00
SearchLight = "340e8cb6-72eb-11e8-37ce-c97ebeb32050"
SearchLightSQLite = "21a827c4-482a-11ea-3a19-4d2243a4a2c5"
2022-05-20 09:54:17 +00:00
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"