dir-walkin 0.1.0

Made to fit my own needs. Not intended to be used in production.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["fs", "sync", "rt"]
version = "1.24"

[package]
authors = ["Timothy <2779546+Its-its@users.noreply.github.com>"]
categories = ["filesystem"]
description = "Made to fit my own needs. Not intended to be used in production."
edition = "2021"
keywords = ["recursive", "directory", "walk", "walking"]
license = "MIT"
name = "dir-walkin"
readme = "README.md"
repository = "https://github.com/Its-its/Directory-Walkin"
version = "0.1.0"