init commit.

This commit is contained in:
2024-09-26 15:25:29 +08:00
commit f3fd812ce2
9 changed files with 60 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "empty-dir"
version = "0.1.0"
authors = ["licsber <admin@licsber.site>"]
edition = "2021"
description = "Remove empty dirs."
repository = "https://git.licsber.site/rust/empty-dir"
homepage = "https://blog.licsber.site"
readme = "README.md"
license = "AGPL-3.0-only"
[dependencies]