StringDistances.jl/Project.toml

15 lines
357 B
TOML
Raw Normal View History

2019-04-22 16:09:44 +02:00
name = "StringDistances"
uuid = "88034a9c-02f8-509d-84a9-84ec65e18404"
2019-10-27 15:37:12 +01:00
version = "0.5.0"
2019-04-22 16:09:44 +02:00
[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019-10-27 15:37:12 +01:00
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
2019-04-22 16:09:44 +02:00
[compat]
2019-10-27 15:37:12 +01:00
julia = "1"
Distances = "0"
DataStructures = "0"