Add default crate information

Summary: Adds basic info that every crate should have.

Reviewed By: dtolnay

Differential Revision: D52051107

fbshipit-source-id: 828ac6a752dbb4b419577fca08815014c8b96c42
This commit is contained in:
Andres Suarez 2023-12-11 15:49:03 -08:00 committed by Facebook GitHub Bot
parent 7d08fc8085
commit 9ce4ac6e2b
18 changed files with 18 additions and 0 deletions

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]]

View file

@ -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

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]

View file

@ -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]