tracing-fancytree 0.1.0

tracing subscriber with readable tree output
Documentation
1
2
3
4
5
6
{ pkgs, lib, config, inputs, ... }: {
	packages = [ pkgs.git ];

	languages.rust.enable = true;
	languages.rust.channel = "nightly";
}