|
root / base / tree / package.toml
package.toml TOML 27 lines 659 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# tree - List directory contents in a tree-like format
# https://oldmanprogrammer.net/source.php?dir=projects/tree

[package]
name = "tree"
version = "2.1.1"
release = 1
description = "List directory contents in a tree-like format"
url = "https://oldmanprogrammer.net/source.php?dir=projects/tree"
license = "GPL-2.0"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "2.1.1.tar.gz"
urls = ["https://github.com/Old-Man-Programmer/tree/archive/refs/tags/2.1.1.tar.gz"]
checksum = "1b70253994dca48a59d6ed99390132f4d55c486bf0658468f8520e7e63666a06"


[build]
parallel = true
jobs = 0