Switch to Projects.toml

pull/17/head
matthieugomez 2019-04-22 10:09:44 -04:00
parent a458b3356b
commit 8fb1476e58
3 changed files with 12 additions and 4 deletions

11
Project.toml Normal file
View File

@ -0,0 +1,11 @@
name = "StringDistances"
uuid = "88034a9c-02f8-509d-84a9-84ec65e18404"
[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = "≥ 0.7.0"

View File

@ -1,3 +0,0 @@
julia 0.7
Distances
IterTools

View File

@ -1 +1 @@
@time f(Cosine(2), x, y)
@time f(Jaccard(2), x, y)