Skip to content

Commit

Permalink
[release] 0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagro committed Jan 29, 2025
1 parent 66470f7 commit 2d618d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "limelightctl"
version = "0.0.0"
version = "0.0.1"
edition = "2021"

[dependencies]
anyhow = "1.0"
cap-std = "3.4.2"
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4.5", features = ["cargo", "derive"] }
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ mod status;
mod upload;

#[derive(Debug, Clone, Parser)]
#[clap(version)]
/// CLI to enable tracking of Limelight configurations in source control
struct Args {
#[clap(long, default_value = "http://limelight.local:5807")]
limelight: Url,
Expand Down

0 comments on commit 2d618d0

Please sign in to comment.