私はこれを持っていますCargo.toml
[dependencies.postgres]
git = "https://github.com/sfackler/rust-postgres.git"
これにより、実行時に次の出力が得られましたcargo build
。
$ cargo build -u
Updating git repository `https://github.com/sfackler/rust-postgres.git`
No package named `postgres` found (required by `hello-world`).
Location searched: https://github.com/sfackler/rust-postgres.git
Version required: *
ここで何が欠けていますか?