dir_iterators 0.0.1 (#284)
* dir_iterators 0.0.1 An iterator-based recursive directory walker and other iterator-based walker which traces up parent directories. * Remove Ada202x usage and hierarchical dir package usage.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name = "dir_iterators"
|
||||
description = "Ways of moving around directory trees"
|
||||
version = "0.0.1"
|
||||
website = "https://github.com/pyjarrett/dir_iterators"
|
||||
authors = ["Paul Jarrett"]
|
||||
licenses = "Apache-2.0"
|
||||
|
||||
maintainers = ["Paul Jarrett <jarrett.paul.young@gmail.com>"]
|
||||
maintainers-logins = ["pyjarrett"]
|
||||
tags = ["dir", "files", "walk"]
|
||||
|
||||
[origin]
|
||||
commit = "2e1fcc63ab6a31437096d352d5fe88f3702c1a77"
|
||||
url = "git+https://github.com/pyjarrett/dir_iterators.git"
|
||||
|
||||
Reference in New Issue
Block a user