Skip to content

Commit

Permalink
Moved honeycomb to separate crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbly committed Jan 21, 2024
1 parent 5b31866 commit e862760
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 307 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
.env
*.sh
*.sh
test.json
45 changes: 29 additions & 16 deletions 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,6 +1,6 @@
[package]
name = "honey-explore"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Jeremy Blythe <[email protected]>"]

Expand All @@ -16,8 +16,8 @@ clap = { version = "4.4.12", features = ["derive"] }
dotenv = "0.15.0"
futures = "0.3.30"
glob = "0.3.1"
honeycomb-client = { git = "https://github.com/jerbly/honeycomb-client", tag = "v0.1.0" }
openssl = { version = "0.10.61", features = ["vendored"] }
reqwest = { version = "0.11.23", features = ["json"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.9.27"
Expand Down
181 changes: 0 additions & 181 deletions src/honeycomb.rs

This file was deleted.

Loading

0 comments on commit e862760

Please sign in to comment.