Rocket/core/lib
Sergio Benitez d89c7024ed Replace 'Manifest' with 'Cargo'.
This is largely an internal change. Prior to this commit, the 'Manifest'
type, now replaced with the 'Cargo' type, robbed responsibility from the
core 'Rocket' type. This new construction restores the previous
responsibility and makes it clear that 'Cargo' is _only_ for freezing,
and representing the stability of, Rocket's internal state.
2020-07-11 09:24:30 -07:00
..
benches Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
src Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
tests Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00
Cargo.toml Remove extraneous dependency on 'futures-util'. 2020-07-11 09:24:29 -07:00
build.rs Update for rust-lang/rust#64856. 2020-07-11 09:24:29 -07:00