Sherlock-Holo / fuse3

an async version fuse library for rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build with default features fails, with features = ["tokio-runtime"] works fine

y-kotov opened this issue · comments

   Compiling fuse3 v0.5.1
error[E0432]: unresolved import `session::Session`
 --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/fuse3-0.5.1/src/path/mod.rs:8:9
  |
8 | pub use session::Session;
  |         ^^^^^^^^^^^^^^^^ no `Session` in `path::session`

you should enable a runtime feature, fuse3 doesn't have a default feature