Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhazlett committed Mar 7, 2023
1 parent 9534e5e commit 099aaa9
Show file tree
Hide file tree
Showing 7 changed files with 2,314 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Custom
.idea/

**/.DS_Store

# Generated by Cargo
# will have compiled files and executables
/target/
Expand Down
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "easy_paths"
version = "0.1.0"
edition = "2021"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
shellexpand = "3.0.0"
substring = "1.4.5"
Loading

0 comments on commit 099aaa9

Please sign in to comment.