Skip to content

Commit

Permalink
Merge pull request #21 from axiomhq/fix-create
Browse files Browse the repository at this point in the history
Fix included files for crate deploy
  • Loading branch information
Licenser authored Mar 19, 2024
2 parents 1baa394 + 7a0e98a commit bafc225
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1,783 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-axiom"
version = "0.6.0"
version = "0.6.1"
authors = [
"Arne Bahlo <arne@axiom.co>",
"Darach Ennis <darach@gmail.com>",
Expand All @@ -15,7 +15,13 @@ repository = "https://github.com/axiomhq/tracing-axiom"
documentation = "https://docs.rs/tracing-axiom"
keywords = ["tracing", "axiom", "instrumentation", "opentelemetry"]
readme = "README.md"
include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
include = [
"src/**/*.rs",
"examples",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
]
resolver = "2"

[dependencies]
Expand Down
Loading

0 comments on commit bafc225

Please sign in to comment.