Skip to content

Commit

Permalink
Gborough/cargo publish (#2)
Browse files Browse the repository at this point in the history
* updalte cargo exclude list

* cargo dist

* cargo dist

* changelog
  • Loading branch information
Geoffrey Borough authored Feb 26, 2024
1 parent 95e9946 commit 907695f
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 7 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Changelog
Changelog

## [0.1.0] - 2024-02-26

### Changed

- Initial commit

26 changes: 25 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ ci = ["github"]
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
pr-run-mode = "plan"
# Skip checking whether the specified configuration files are up to date
allow-dirty = ["ci"]

[profile.release]
Expand Down
4 changes: 2 additions & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[changelog]
header = """
# Changelog\n
Changelog\n
"""

body = """
Expand Down Expand Up @@ -30,8 +30,8 @@ footer = """
/compare/{{ release.previous.version }}..HEAD
{% endif -%}
{% endfor %}
<!-- generated by git-cliff -->
"""

trim = true

[git]
Expand Down
2 changes: 1 addition & 1 deletion roscal_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CLI For Open Security Controls Assessment Language In Rust
"""

[dependencies]
roscal_lib = { version = "0.1.0", path = "../roscal_lib"}
roscal_lib = "0.1.0"

anyhow = "1.0.80"
clap = { version = "4.4.18", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions roscal_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ license = "MIT OR Apache-2.0"
keywords = ["OSCAL", "cybersecurity"]
categories = ["api-bindings", "encoding"]
publish = ["crates-io"]
exclude = ["jsonschema/", "build.rs"]

[dependencies]
chrono = { version = "0.4.34", features = ["serde"] }
Expand Down

0 comments on commit 907695f

Please sign in to comment.