Hi guys,
I'm trying to do my first step using ipfs crate, I created a blank project with the only dependency of ipfs = "0.2.1", unfortunately, it fails to build on stable toolchain due to a broken dependency of aesni = "^0.7". Most likely I'm missing something fundamental in my approach. Any help is appreciated.