tml 0.2.0

Creates symbolic links and parent directories if needed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
with import <nixpkgs> {};

with rustPlatform;

buildRustPackage rec {
  name = "tml-${version}";
  version = "0.2.0";

  depsSha256 = "1x31zlzxc7bkab8li26p3zrdk36q1l5lc1k2xrgdsmdaww3ml1ra";

  src = ./.;
}