From ab6e90170616a8bcf1a42587455df04630c5246e Mon Sep 17 00:00:00 2001 From: Robin Deits Date: Mon, 17 Feb 2020 20:58:37 -0500 Subject: [PATCH] declare WebSockets compatibility --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 407088e..abdf9b3 100644 --- a/Project.toml +++ b/Project.toml @@ -38,6 +38,7 @@ Parameters = "0.10, 0.11, 0.12" Requires = "0.5, 1" Rotations = "0.8, 0.9, 0.10, 0.11, 0.13" StaticArrays = "0.10, 0.11, 0.12" +WebSockets = "1" julia = "0.7, 1" [extras]