Skip to content

Commit

Permalink
Add default crate information
Browse files Browse the repository at this point in the history
Summary: Adds basic info that every crate should have.

Reviewed By: dtolnay

Differential Revision: D52051107

fbshipit-source-id: 828ac6a752dbb4b419577fca08815014c8b96c42
  • Loading branch information
zertosh authored and facebook-github-bot committed Dec 11, 2023
1 parent 52a323d commit 6c7df58
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/digest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name = "digest"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[dependencies]
hex = "0.4.3"
Expand Down
2 changes: 2 additions & 0 deletions common/edit-distance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name = "edit-distance"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[dependencies]
serde = { version = "1.0.185", features = ["derive", "rc"] }
Expand Down
2 changes: 2 additions & 0 deletions common/test-allocator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name = "test-allocator"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[[bin]]
name = "test_bin"
Expand Down
2 changes: 2 additions & 0 deletions detcore-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name = "detcore-model"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[dependencies]
anyhow = "1.0.75"
Expand Down
2 changes: 2 additions & 0 deletions detcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name = "detcore"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[[bin]]
name = "syscaller"
Expand Down
2 changes: 2 additions & 0 deletions detcore/tests/testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name = "detcore-testutils"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[dependencies]
detcore = { version = "0.0.0", path = "../.." }
Expand Down
2 changes: 2 additions & 0 deletions flaky-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name = "hermetic_infra_hermit_flaky-tests"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[[bin]]
name = "cas_sequence_easy_bin"
Expand Down
2 changes: 2 additions & 0 deletions hermit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name = "hermit"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[dependencies]
anyhow = "1.0.75"
Expand Down
2 changes: 2 additions & 0 deletions hermit-verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name = "hermit-verify"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[dependencies]
anyhow = "1.0.75"
Expand Down
2 changes: 2 additions & 0 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name = "hermetic_infra_hermit_tests"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebookexperimental/hermit"
license = "BSD-3-Clause"

[[bin]]
name = "chaos_cas_sequence_bin"
Expand Down

0 comments on commit 6c7df58

Please sign in to comment.