Draft / Experimental: Zith documentation describes a language under active development. Check Implementation Status before relying on a feature.
zithc depsInspect the dependencies declared in ZithProject.toml.
zithc deps list
list is the implemented subcommand; it reads the project manifest and prints the declared dependencies. Running it outside a project reports that ZithProject.toml was not found.
deps add and deps remove are stubs that print "not implemented yet". Edit ZithProject.toml directly until they land.