mirror of
https://github.com/Smaug123/ClassicalCiphers.jl
synced 2025-10-11 20:38:39 +00:00
Move to Project.toml, bump to Julia v1 (#18)
This commit is contained in:
15
Project.toml
Normal file
15
Project.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
name = "ClassicalCiphers"
|
||||
uuid = "ecf26e93-935c-5e64-9b21-bc8ac81b4723"
|
||||
|
||||
[deps]
|
||||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
||||
|
||||
[compat]
|
||||
julia = "≥ 1.0.0"
|
||||
|
||||
[extras]
|
||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
|
||||
[targets]
|
||||
test = ["Test"]
|
Reference in New Issue
Block a user