История изменений
Исправление xxoaea, (текущая версия) :
Все скорректировал вот рез-т
$ cargo run
error: could not find Cargo.toml
in /home/mint
or any parent directory
$ cp /home/mint/hello_world/Cargo.toml /home/mint
cargo run
error: failed to parse manifest at /home/mint/Cargo.toml
Caused by:
no targets specified in the manifest
either src/lib.rs, src/main.rs, a [lib] section, or [[bin]]
section must be present
Исходная версия xxoaea, :
Все скорректировал вот рез-т
$ cargo run
error: could not find Cargo.toml
in /home/mint
or any parent directory
$ cp /home/mint/hello_world/Cargo.toml /home/mint
cargo run
error: failed to parse manifest at /home/mint/Cargo.toml
Caused by:
no targets specified in the manifest
either src/lib.rs, src/main.rs, a [lib] section, or [[bin]] section must be present