Skip to content

Commit 3dc7ecf

Browse files
committed
Do not publish CAPI crate
There's no advantage of having this crate published, it must be built using `cargo-c`, which can't fetch it over the network (yet?). It also doesn't make sense depending on this crate; if you do, you should rather use the main Rust crate `pineappl`.
1 parent 8cefd6c commit 3dc7ecf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pineappl_capi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = [
66
description = "C language interface to PineAPPL"
77
name = "pineappl_capi"
88
readme = "README.md"
9+
publish = false
910

1011
categories.workspace = true
1112
edition.workspace = true

0 commit comments

Comments
 (0)