Packages
The deft registry — pull any of these in by shorthand in deft.toml.
deft’s registry is a single flat-text file,
deft-libs, that maps a shorthand to a repository URL. gh:user/repo
shorthands resolve to GitHub on their own, so the index only carries entries whose
URL can’t be guessed from the name. The table below is that file, rendered.
| Shorthand | Repository |
|---|---|
gh:xntas/json | github.com/xntas/json |
Add one to your project by putting its shorthand under
[dependencies] in deft.toml, e.g.
"gh:xntas/json" = "3.12.0".