Skip to content

Commit

Permalink
Extract cli into tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Jun 6, 2024
1 parent ac5f68b commit 56fea8b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/cli/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# General
.vscode
_things
desktop.ini
.DS_Store

# Rust
/target
bench/target
debug
.idea
14 changes: 14 additions & 0 deletions tests/cli/Cargo.lock

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

7 changes: 7 additions & 0 deletions tests/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "cli"
version = "0.1.0"
edition = "2021"

[dependencies]
subsetter = {path = "../.."}
File renamed without changes.

0 comments on commit 56fea8b

Please sign in to comment.