diff --git a/experimental/nostd-print/Cargo.toml b/experimental/nostd-print/Cargo.toml index 56238b6..835bb61 100644 --- a/experimental/nostd-print/Cargo.toml +++ b/experimental/nostd-print/Cargo.toml @@ -5,6 +5,7 @@ name = "nostd-print" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/experimental/reverie-host/Cargo.toml b/experimental/reverie-host/Cargo.toml index d572b00..c180686 100644 --- a/experimental/reverie-host/Cargo.toml +++ b/experimental/reverie-host/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-host" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/experimental/reverie-rpc-macros/Cargo.toml b/experimental/reverie-rpc-macros/Cargo.toml index f740370..08fde8c 100644 --- a/experimental/reverie-rpc-macros/Cargo.toml +++ b/experimental/reverie-rpc-macros/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-rpc-macros" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [lib] diff --git a/experimental/reverie-rpc/Cargo.toml b/experimental/reverie-rpc/Cargo.toml index bccfdfb..db9cc0c 100644 --- a/experimental/reverie-rpc/Cargo.toml +++ b/experimental/reverie-rpc/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-rpc" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/experimental/reverie-sabre-macros/Cargo.toml b/experimental/reverie-sabre-macros/Cargo.toml index bf6fb13..eba8752 100644 --- a/experimental/reverie-sabre-macros/Cargo.toml +++ b/experimental/reverie-sabre-macros/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-sabre-macros" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [lib] diff --git a/experimental/reverie-sabre/Cargo.toml b/experimental/reverie-sabre/Cargo.toml index 41bb7d6..e40a857 100644 --- a/experimental/reverie-sabre/Cargo.toml +++ b/experimental/reverie-sabre/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-sabre" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/experimental/riptrace/Cargo.toml b/experimental/riptrace/Cargo.toml index 44fe942..c0f088a 100644 --- a/experimental/riptrace/Cargo.toml +++ b/experimental/riptrace/Cargo.toml @@ -5,6 +5,7 @@ name = "main" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/experimental/riptrace/rpc/Cargo.toml b/experimental/riptrace/rpc/Cargo.toml index a619f08..2d03d9b 100644 --- a/experimental/riptrace/rpc/Cargo.toml +++ b/experimental/riptrace/rpc/Cargo.toml @@ -5,6 +5,7 @@ name = "riptrace-rpc" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/experimental/riptrace/tool/Cargo.toml b/experimental/riptrace/tool/Cargo.toml index e6642f5..45983a4 100644 --- a/experimental/riptrace/tool/Cargo.toml +++ b/experimental/riptrace/tool/Cargo.toml @@ -5,6 +5,7 @@ name = "riptrace-tool" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/public_autocargo/experimental/Cargo.toml b/public_autocargo/experimental/Cargo.toml index 1ca15e2..3b63ed7 100644 --- a/public_autocargo/experimental/Cargo.toml +++ b/public_autocargo/experimental/Cargo.toml @@ -5,6 +5,7 @@ name = "scrape-syscalls" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [[bin]] diff --git a/reverie-examples/Cargo.toml b/reverie-examples/Cargo.toml index a009475..614fe88 100644 --- a/reverie-examples/Cargo.toml +++ b/reverie-examples/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-examples" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" publish = false diff --git a/reverie-memory/Cargo.toml b/reverie-memory/Cargo.toml index cfba5a2..499ae92 100644 --- a/reverie-memory/Cargo.toml +++ b/reverie-memory/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-memory" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/reverie-process/Cargo.toml b/reverie-process/Cargo.toml index d6baaa5..c522955 100644 --- a/reverie-process/Cargo.toml +++ b/reverie-process/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-process" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index 34a0fcf..9c42cf4 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-ptrace" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/reverie-syscalls/Cargo.toml b/reverie-syscalls/Cargo.toml index af236ee..65d7de7 100644 --- a/reverie-syscalls/Cargo.toml +++ b/reverie-syscalls/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-syscalls" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/reverie-util/Cargo.toml b/reverie-util/Cargo.toml index 90446f8..1bbc587 100644 --- a/reverie-util/Cargo.toml +++ b/reverie-util/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie-util" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/reverie/Cargo.toml b/reverie/Cargo.toml index 57b2619..f12e014 100644 --- a/reverie/Cargo.toml +++ b/reverie/Cargo.toml @@ -5,6 +5,7 @@ name = "reverie" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] diff --git a/safeptrace/Cargo.toml b/safeptrace/Cargo.toml index 6adf952..0370656 100644 --- a/safeptrace/Cargo.toml +++ b/safeptrace/Cargo.toml @@ -5,6 +5,7 @@ name = "safeptrace" version = "0.1.0" authors = ["Meta Platforms"] edition = "2021" +repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies]