Skip to content

Commit

Permalink
Remove metadata from unpublished crates
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT committed Sep 23, 2024
1 parent bd74ff5 commit f5f7af3
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[package]
name = "codegen"
authors = ["Lucio Franco <[email protected]>"]
license = "MIT"
edition = "2021"
publish = false
version = "0.1.0"

[dependencies]
tempfile = "3.8.0"
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ allow = [
"MPL-2.0",
"BSD-3-Clause",
]
private = {ignore = true}

[[licenses.clarify]]
name = "ring"
Expand Down
1 change: 0 additions & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ edition = "2021"
license = "MIT AND Apache-2.0"
name = "examples"
publish = false
version = "0.1.0"

[[bin]]
name = "helloworld-server"
Expand Down
1 change: 0 additions & 1 deletion examples/LICENSE-APACHE

This file was deleted.

1 change: 1 addition & 0 deletions examples/LICENSE-APACHE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../LICENSE-APACHE
1 change: 0 additions & 1 deletion examples/LICENSE-MIT

This file was deleted.

1 change: 1 addition & 0 deletions examples/LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../LICENSE-MIT
3 changes: 0 additions & 3 deletions interop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[package]
authors = ["Lucio Franco <[email protected]>"]
edition = "2021"
license = "MIT AND Apache-2.0"
name = "interop"
publish = false
version = "0.1.0"

[[bin]]
name = "client"
Expand Down
1 change: 0 additions & 1 deletion interop/LICENSE-APACHE

This file was deleted.

1 change: 0 additions & 1 deletion interop/LICENSE-MIT

This file was deleted.

0 comments on commit f5f7af3

Please sign in to comment.