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 626b094 commit 251aba4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 26 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"
name = "examples"
publish = false
version = "0.1.0"

[[bin]]
name = "helloworld-server"
Expand Down
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"
name = "interop"
publish = false
version = "0.1.0"

[[bin]]
name = "client"
Expand Down
19 changes: 0 additions & 19 deletions interop/LICENSE

This file was deleted.

0 comments on commit 251aba4

Please sign in to comment.