Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 95 additions & 2 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ clap = { version = "4.6", features = ["derive"] }
# `debug-embed` keeps the templates compiled into the binary in debug builds
# too, so `cougr new` behaves identically for contributors and end users.
rust-embed = { version = "8.12", features = ["debug-embed"] }
# For `cougr add` — pieces catalog parsing and error handling
toml = "0.8.12"
serde = { version = "1.0.202", features = ["derive"] }
anstream = "0.6.14"
anyhow = "1.0.86"

[dev-dependencies]
tempfile = "3"
Loading
Loading