Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 380 Bytes

README.org

File metadata and controls

18 lines (16 loc) · 380 Bytes

Ksuid

Installation

Official docs can be found at hex, the package can be installed by adding ksuid to your list of dependencies in mix.exs:
def deps do
  [
    {:ksuid, "~> 0.1.0"}
  ]
end