Revision 8e877cbb01d2c26a3fdcb7b9302f4d3ead229f9f authored by Diogo Netto on 10 July 2023, 00:40:14 UTC, committed by GitHub on 10 July 2023, 00:40:14 UTC
1 parent 84ef74f
Raw File
Project.toml
name = "Profile"
uuid = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"

[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[extras]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Base64", "Logging", "Serialization", "Test"]
back to top