sapling/eden/mononoke/Cargo.toml
David Tolnay de96589260 autocargo: Strip line comments
Summary:
These comments end up being a source of churn as we roll out D20125635, and anyway are not particularly meaningful after the transformations performed by autocargo. For example:

```
bytes = { version = "0.4", features = ["serde"] } # todo: remove
```

^ This doesn't mean the generated Cargo.toml intends to drop its bytes dependency altogether, but just that will be migrated to a different version that is present in the third-party/rust/Cargo.toml but not visible in the generated Cargo.toml.

Reviewed By: jsgf

Differential Revision: D20128612

fbshipit-source-id: a9e7b29ddc4b26bc47a626dd73bdaa4771ee7b18
2020-02-26 16:31:52 -08:00

14 lines
226 B
TOML

[workspace]
members = [
"blobstore",
"common/scuba_ext",
"lfs_protocol",
"mononoke_types",
"mononoke_types/if",
"mononoke_types/mocks",
"server/context",
"server/session_id",
"sshrelay",
]