Skip to content

Commit

Permalink
Bump to 0.7.1 and add Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed Dec 22, 2019
1 parent 5e2a060 commit c457335
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.jl.cov
*.jl.mem
Manifest.toml
27 changes: 27 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Mux"
uuid = "a975b10e-0019-58db-a62f-e48ff68538c9"
version = "0.7.1"

[deps]
AssetRegistry = "bf4720bc-e11a-5d0c-854e-bdca1663c893"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Hiccup = "9fb69e20-1954-56bb-a84f-559cc56a8ff7"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
WebSockets = "104b5d7c-a370-577a-8038-80a2059c5097"

[compat]
AssetRegistry = "0.1"
HTTP = "0.8"
Hiccup = "0.2"
Lazy = "0.14"
WebSockets = "1.5"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit c457335

Please sign in to comment.