Skip to content

Commit

Permalink
Feature/config file (#4)
Browse files Browse the repository at this point in the history
* Handle config file (wip)

* Cargo fmt

* Add init subcommand (WIP)

* Add rust toolchain

* Add floccus-cli init subcommand impl + remove config-rs dependency

* Cargo fmt

* Restore git push

* Cargo fmt
  • Loading branch information
sydhds authored Oct 31, 2024
1 parent c81dac7 commit cfdd1e1
Show file tree
Hide file tree
Showing 8 changed files with 600 additions and 256 deletions.
78 changes: 77 additions & 1 deletion Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ serde = { version = "1.0", features = ["derive"] }
git2 = "0.19"
quick-xml = { version = "0.36", features = ["serde", "serialize"] }
directories = "5.0"
thiserror = "1.0"
thiserror = "1.0"
toml = "0.8.19"
toml_edit = "0.22.22"
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.81.0"
Loading

0 comments on commit cfdd1e1

Please sign in to comment.