Skip to content

Commit 907695f

Browse files
author
Geoffrey Borough
authored
Gborough/cargo publish (#2)
* updalte cargo exclude list * cargo dist * cargo dist * changelog
1 parent 95e9946 commit 907695f

File tree

6 files changed

+32
-7
lines changed

6 files changed

+32
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Changelog
1+
Changelog
22

33
## [0.1.0] - 2024-02-26
44

55
### Changed
66

77
- Initial commit
8-

Cargo.lock

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ ci = ["github"]
1111
# The installers to generate for each app
1212
installers = []
1313
# Target platforms to build apps for (Rust target-triple syntax)
14-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
14+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
1515
# Publish jobs to run in CI
1616
pr-run-mode = "plan"
17+
# Skip checking whether the specified configuration files are up to date
1718
allow-dirty = ["ci"]
1819

1920
[profile.release]

cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[changelog]
22
header = """
3-
# Changelog\n
3+
Changelog\n
44
"""
55

66
body = """
@@ -30,8 +30,8 @@ footer = """
3030
/compare/{{ release.previous.version }}..HEAD
3131
{% endif -%}
3232
{% endfor %}
33+
<!-- generated by git-cliff -->
3334
"""
34-
3535
trim = true
3636

3737
[git]

roscal_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CLI For Open Security Controls Assessment Language In Rust
1111
"""
1212

1313
[dependencies]
14-
roscal_lib = { version = "0.1.0", path = "../roscal_lib"}
14+
roscal_lib = "0.1.0"
1515

1616
anyhow = "1.0.80"
1717
clap = { version = "4.4.18", features = ["derive"] }

roscal_lib/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ license = "MIT OR Apache-2.0"
1313
keywords = ["OSCAL", "cybersecurity"]
1414
categories = ["api-bindings", "encoding"]
1515
publish = ["crates-io"]
16+
exclude = ["jsonschema/", "build.rs"]
1617

1718
[dependencies]
1819
chrono = { version = "0.4.34", features = ["serde"] }

0 commit comments

Comments
 (0)