Skip to content

boostingtech/ksuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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