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
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
"libs/@local/codec/rust",
"libs/@local/codegen",
"libs/@local/config",
"libs/@local/effect-dns/hickory",
"libs/@local/effect-dns/hickory/rust",
"libs/@local/graph/api",
"libs/@local/graph/authentication/",
"libs/@local/graph/authorization/rust",
Expand All @@ -21,7 +21,6 @@ members = [
"libs/@local/graph/postgres-store",
"libs/@local/graph/store/rust",
"libs/@local/graph/temporal-versioning",
"libs/@local/graph/type-defs",
"libs/@local/graph/type-fetcher",
"libs/@local/graph/types",
"libs/@local/graph/validation",
Expand Down Expand Up @@ -88,7 +87,6 @@ hash-graph-postgres-store.path = "libs/@local/graph/postgres-store"
hash-graph-store.path = "libs/@local/graph/store/rust"
hash-graph-temporal-versioning.path = "libs/@local/graph/temporal-versioning"
hash-graph-test-data.path = "tests/graph/test-data/rust"
hash-graph-type-defs.path = "libs/@local/graph/type-defs"
hash-graph-type-fetcher.path = "libs/@local/graph/type-fetcher"
hash-graph-types.path = "libs/@local/graph/types"
hash-graph-validation.path = "libs/@local/graph/validation"
Expand Down
165 changes: 81 additions & 84 deletions apps/hash-graph/docs/dependency-diagram.mmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,3 @@ napi-build = { workspace = true }

[lints]
workspace = true


[package.metadata.sync.turborepo]
package-name = "@local/effect-dns-hickory"
extra-dev-dependencies = [
{ name = "@local/eslint", version = "workspace:*" },
{ name = "@local/tsconfig", version = "workspace:*" },
]
12 changes: 12 additions & 0 deletions libs/@local/effect-dns/hickory/rust/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "@rust/effect-dns-hickory",
"version": "0.0.0-private",
"private": true,
"description": "Hickory DNS implementation of DNS effect library",
"license": "MIT OR Apache-2.0",
"scripts": {
"doc:dependency-diagram": "cargo run -p hash-repo-chores -- dependency-diagram --output docs/dependency-diagram.mmd --root effect-dns-hickory --root-deps-and-dependents --link-mode non-roots --include-dev-deps --include-build-deps --logging-console-level info",
"fix:clippy": "just clippy --fix",
"lint:clippy": "just clippy"
}
}
Loading
Loading