Skip to content

Commit

Permalink
break into workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
tbillington committed Feb 29, 2020
1 parent 298abae commit ca7f25c
Show file tree
Hide file tree
Showing 7 changed files with 623 additions and 400 deletions.
177 changes: 91 additions & 86 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 5 additions & 22 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,8 @@
[package]
name = "kondo"
version = "0.2.0"
authors = ["Trent Billington <trent.h.billington@gmail.com>"]
description = """
kondo is a filesystem cleaning tool that recursively searches directories
for known project structures and determines how much space you could save by
deleting the unnecessary files.
"""
documentation = "https://github.com/tbillington/kondo"
homepage = "https://github.com/tbillington/kondo"
repository = "https://github.com/tbillington/kondo"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT"
exclude = ["test_dir"]
edition = "2018"


[dependencies]
structopt = "0.3.9"
walkdir = "2"
[workspace]
members = [
"kondo",
"kondo-lib",
]

[profile.release]
incremental = false
Expand Down
Loading

0 comments on commit ca7f25c

Please sign in to comment.