When I run “make” it gives me an error
export PATH=//home/pdev/.cargo/bin:$PATH; cd rustybits && cargo build --release -p zeroidc
failed to parse manifest at `/home/pdev/extern-projs/ZeroTierOne/rustybits/Cargo.toml`
Caused by:
no `package` or `project` section found.
make-linux.mk:441: recipe for target 'zeroidc' failed
make: *** [zeroidc] Error 101
But zeroidc has [package] section.
I cloned the github repository of ZeroTier and haven’t changed any files.
I’ve installed Rust with rustup 1.27.1, rustc version is 1.7.0, cargo 0.8.0-nightly
I’m building for aarch64 architecture on Ubuntu.