mirror of
https://github.com/Smaug123/ClassicalCiphers.jl
synced 2025-10-05 01:18:48 +00:00
17 lines
310 B
TOML
17 lines
310 B
TOML
name = "ClassicalCiphers"
|
|
uuid = "ecf26e93-935c-5e64-9b21-bc8ac81b4723"
|
|
version = "2.1.1"
|
|
|
|
[deps]
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
|
|
[compat]
|
|
julia = "1"
|
|
|
|
[extras]
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test"]
|