Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @dfinity/trust
* @dfinity/trust @dfinity/node
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ authors = ["DFINITY Stiftung"]
edition = "2021"
repository = "https://github.com/dfinity/http-gateway"
homepage = "https://github.com/dfinity/http-gateway#readme"
license-file = "LICENSE"
license = "Apache-2.0"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion examples/http-gateway/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
license-file.workspace = true
license.workspace = true

[dependencies]
tokio.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions packages/ic-http-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ categories = [
"wasm",
]
keywords = ["internet-computer", "http", "gateway", "icp", "dfinity"]
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
include = ["src", "Cargo.toml", "README.md"]

version.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
license.workspace = true
homepage.workspace = true

[dependencies]
Expand Down