Sherlock-Holo / fuse3

an async version fuse library for rust
MIT License
83 stars 17 forks source link

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

Closed y-kotov closed 8 months ago

y-kotov commented 2 years ago
   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`
Sherlock-Holo commented 2 years ago

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