Giter VIP home page Giter VIP logo

storytel-tui's Introduction

storytel-tui   license rust_min_version

Listen to your Storytel audiobook library using a lightweight Text User Interface!



Supported platforms

This program supports the platforms listed below, other platforms have not been tested and bugs could appear:

  • GNU/Linux x86_64 (x86_64-unknown-linux-gnu)

Building

Requirements

  • Rust 2018 Edition or greater: rustc 1.31+.
  • MPV library: libmpv.so. This is usually provided by the mpv package.
  • OpenSSL.

Crate installation and execution

You can run the crate directly using cargo run --release, this will create a binary in the target/release directory inside the repository's root and execute it.

Otherwise, you can install the crate in your system with cargo install. The path where the binary is installed depends on different conditions listed in the cargo install documentation. The directory where Cargo installs crates should be included in your $PATH if you wish to execute storytel-tui more easily.

License

The source code of this project is licensed under the GNU General Public License v3.0.

storytel-tui's People

Contributors

javsanpar avatar robgc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

storytel-tui's Issues

Crash when pausing an audiobook

The login is all working! I can reach my bookshelf and see my books. However, when trying to play a book nothing happens and when I try to pause it afterwards it errors (forwards, backwards and exit all "work" without crashing).

This is the error I get when clicking pause, no error is given when pressing play

    Finished release [optimized] target(s) in 0.06s
     Running `target/release/storytel-tui`
thread '<unnamed>' panicked at 'Error setting MPV property: MPV_ERROR_COMMAND', src/mpv.rs:99:26
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: RecvError', src/mpv.rs:20:66

Originally posted by @MauritsWilke in #6 (comment)

not working

I can login to the app and the website
builds ok but exits after login
no idea if it succeded or failed

rustc 1.54.0
openssl 1.1.1.k-1
mpv 0.33.1-2

$ ldd ./target/debug/storytel-tui
	linux-vdso.so.1 (0x00007ffde2664000)
	libmpv.so.1 => /usr/lib/libmpv.so.1 (0x00007fd3aeb51000)
	libssl.so.1.1 => /usr/lib/libssl.so.1.1 (0x00007fd3aeac0000)
	libcrypto.so.1.1 => /usr/lib/libcrypto.so.1.1 (0x00007fd3ae7e2000)
	libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fd3ae7c7000)
	libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fd3ae7a6000)
	libm.so.6 => /usr/lib/libm.so.6 (0x00007fd3ae662000)
	libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fd3ae659000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007fd3ae48d000)
	/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fd3af725000)
	liblua5.2.so.5.2 => /usr/lib/liblua5.2.so.5.2 (0x00007fd3ae459000)
	libasound.so.2 => /usr/lib/libasound.so.2 (0x00007fd3ae371000)
	libcaca.so.0 => /usr/lib/libcaca.so.0 (0x00007fd3ae2a4000)
	libcdio_paranoia.so.2 => /usr/lib/libcdio_paranoia.so.2 (0x00007fd3ae29a000)
	libcdio_cdda.so.2 => /usr/lib/libcdio_cdda.so.2 (0x00007fd3ae28e000)
	libcdio.so.19 => /usr/lib/libcdio.so.19 (0x00007fd3ae262000)
	libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007fd3ae24d000)
	libdvdnav.so.4 => /usr/lib/libdvdnav.so.4 (0x00007fd3ae235000)
	libdvdread.so.8 => /usr/lib/libdvdread.so.8 (0x00007fd3ae212000)
	libEGL.so.1 => /usr/lib/libEGL.so.1 (0x00007fd3ae200000)
	libavutil.so.56 => /usr/lib/libavutil.so.56 (0x00007fd3adf53000)
	libavcodec.so.58 => /usr/lib/libavcodec.so.58 (0x00007fd3acb1a000)
	libavformat.so.58 => /usr/lib/libavformat.so.58 (0x00007fd3ac881000)
	libswscale.so.5 => /usr/lib/libswscale.so.5 (0x00007fd3ac7ef000)
	libavfilter.so.7 => /usr/lib/libavfilter.so.7 (0x00007fd3ac39d000)
	libswresample.so.3 => /usr/lib/libswresample.so.3 (0x00007fd3ac37e000)
	libgbm.so.1 => /usr/lib/libgbm.so.1 (0x00007fd3ac36c000)
	libwayland-egl.so.1 => /usr/lib/libwayland-egl.so.1 (0x00007fd3ac367000)
	libwayland-client.so.0 => /usr/lib/libwayland-client.so.0 (0x00007fd3ac355000)
	libjack.so.0 => /usr/lib/libjack.so.0 (0x00007fd3ac303000)
	libmujs.so => /usr/lib/libmujs.so (0x00007fd3ac2b9000)
	libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007fd3ac22f000)
	liblcms2.so.2 => /usr/lib/liblcms2.so.2 (0x00007fd3ac1cb000)
	libarchive.so.13 => /usr/lib/libarchive.so.13 (0x00007fd3ac108000)
	libass.so.9 => /usr/lib/libass.so.9 (0x00007fd3ac0d1000)
	libavdevice.so.58 => /usr/lib/libavdevice.so.58 (0x00007fd3ac0ad000)
	libbluray.so.2 => /usr/lib/libbluray.so.2 (0x00007fd3ac05a000)
	libplacebo.so.120 => /usr/lib/libplacebo.so.120 (0x00007fd3abfce000)
	librt.so.1 => /usr/lib/librt.so.1 (0x00007fd3abfc1000)
	libpulse.so.0 => /usr/lib/libpulse.so.0 (0x00007fd3abf6c000)
	librubberband.so.2 => /usr/lib/librubberband.so.2 (0x00007fd3abf34000)
	libfftw3.so.3 => /usr/lib/libfftw3.so.3 (0x00007fd3abcef000)
	libsamplerate.so.0 => /usr/lib/libsamplerate.so.0 (0x00007fd3abb80000)
	libshaderc_shared.so.1 => /usr/lib/libshaderc_shared.so.1 (0x00007fd3abb65000)
	libuchardet.so.0 => /usr/lib/libuchardet.so.0 (0x00007fd3abb31000)
	libva.so.2 => /usr/lib/libva.so.2 (0x00007fd3abb04000)
	libva-drm.so.2 => /usr/lib/libva-drm.so.2 (0x00007fd3abaff000)
	libva-wayland.so.2 => /usr/lib/libva-wayland.so.2 (0x00007fd3abaf9000)
	libva-x11.so.2 => /usr/lib/libva-x11.so.2 (0x00007fd3abaf1000)
	libvdpau.so.1 => /usr/lib/libvdpau.so.1 (0x00007fd3abaec000)
	libvulkan.so.1 => /usr/lib/libvulkan.so.1 (0x00007fd3aba89000)
	libwayland-cursor.so.0 => /usr/lib/libwayland-cursor.so.0 (0x00007fd3aba80000)
	libxkbcommon.so.0 => /usr/lib/libxkbcommon.so.0 (0x00007fd3aba38000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fd3ab8f7000)
	libXss.so.1 => /usr/lib/libXss.so.1 (0x00007fd3ab8f2000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fd3ab8dd000)
	libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00007fd3ab8d6000)
	libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00007fd3ab8c9000)
	libXv.so.1 => /usr/lib/libXv.so.1 (0x00007fd3ab8c1000)
	libzimg.so.2 => /usr/lib/libzimg.so.2 (0x00007fd3ab7f0000)
	libz.so.1 => /usr/lib/libz.so.1 (0x00007fd3ab7d6000)
	libncursesw.so.6 => /usr/lib/libncursesw.so.6 (0x00007fd3ab764000)
	libGLdispatch.so.0 => /usr/lib/libGLdispatch.so.0 (0x00007fd3ab6ac000)
	libmfx.so.1 => /usr/lib/libmfx.so.1 (0x00007fd3ab69e000)
	libvpx.so.6 => /usr/lib/libvpx.so.6 (0x00007fd3ab397000)
	libwebpmux.so.3 => /usr/lib/libwebpmux.so.3 (0x00007fd3ab38b000)
	libwebp.so.7 => /usr/lib/libwebp.so.7 (0x00007fd3ab31a000)
	liblzma.so.5 => /usr/lib/liblzma.so.5 (0x00007fd3ab2f2000)
	libdav1d.so.5 => /usr/lib/libdav1d.so.5 (0x00007fd3ab195000)
	libopencore-amrwb.so.0 => /usr/lib/libopencore-amrwb.so.0 (0x00007fd3ab17f000)
	librsvg-2.so.2 => /usr/lib/librsvg-2.so.2 (0x00007fd3aa8fb000)
	libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007fd3aa8a1000)
	libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007fd3aa76a000)
	libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007fd3aa64b000)
	libaom.so.3 => /usr/lib/libaom.so.3 (0x00007fd3a9eeb000)
	libgsm.so.1 => /usr/lib/libgsm.so.1 (0x00007fd3a9edc000)
	libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0x00007fd3a9e64000)
	libopencore-amrnb.so.0 => /usr/lib/libopencore-amrnb.so.0 (0x00007fd3a9e38000)
	libopenjp2.so.7 => /usr/lib/libopenjp2.so.7 (0x00007fd3a9dd4000)
	libopus.so.0 => /usr/lib/libopus.so.0 (0x00007fd3a9d76000)
	librav1e.so.0 => /usr/lib/librav1e.so.0 (0x00007fd3a9b24000)
	libspeex.so.1 => /usr/lib/libspeex.so.1 (0x00007fd3a9b09000)
	libSvtAv1Enc.so.0 => /usr/lib/libSvtAv1Enc.so.0 (0x00007fd3a0c7f000)
	libtheoraenc.so.1 => /usr/lib/libtheoraenc.so.1 (0x00007fd3a0c46000)
	libtheoradec.so.1 => /usr/lib/libtheoradec.so.1 (0x00007fd3a0c2b000)
	libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007fd3a0bfd000)
	libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00007fd3a0b52000)
	libx264.so.161 => /usr/lib/libx264.so.161 (0x00007fd3a0892000)
	libx265.so.199 => /usr/lib/libx265.so.199 (0x00007fd39f5fc000)
	libxvidcore.so.4 => /usr/lib/libxvidcore.so.4 (0x00007fd39f4ed000)
	libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007fd39f37d000)
	libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007fd39f36a000)
	libmodplug.so.1 => /usr/lib/libmodplug.so.1 (0x00007fd39f1da000)
	libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007fd39f13a000)
	libgnutls.so.30 => /usr/lib/libgnutls.so.30 (0x00007fd39ef39000)
	libsrt.so.1.4 => /usr/lib/libsrt.so.1.4 (0x00007fd39ee66000)
	libssh.so.4 => /usr/lib/libssh.so.4 (0x00007fd39edfa000)
	libpostproc.so.55 => /usr/lib/libpostproc.so.55 (0x00007fd39edd9000)
	libfribidi.so.0 => /usr/lib/libfribidi.so.0 (0x00007fd39edba000)
	libvmaf.so.0 => /usr/lib/libvmaf.so.0 (0x00007fd39ec9d000)
	libvidstab.so.1.1 => /usr/lib/libvidstab.so.1.1 (0x00007fd39ec88000)
	libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007fd39ec37000)
	libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007fd39eb63000)
	libsoxr.so.0 => /usr/lib/libsoxr.so.0 (0x00007fd39eae1000)
	libwayland-server.so.0 => /usr/lib/libwayland-server.so.0 (0x00007fd39eaca000)
	libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007fd39ea9a000)
	libffi.so.7 => /usr/lib/libffi.so.7 (0x00007fd39ea8c000)
	libdb-5.3.so => /usr/lib/libdb-5.3.so (0x00007fd39e8cd000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fd39e6b7000)
	libacl.so.1 => /usr/lib/libacl.so.1 (0x00007fd39e6ac000)
	libzstd.so.1 => /usr/lib/libzstd.so.1 (0x00007fd39e59d000)
	liblz4.so.1 => /usr/lib/liblz4.so.1 (0x00007fd39e57a000)
	libharfbuzz.so.0 => /usr/lib/libharfbuzz.so.0 (0x00007fd39e4a3000)
	libraw1394.so.11 => /usr/lib/libraw1394.so.11 (0x00007fd39e491000)
	libavc1394.so.0 => /usr/lib/libavc1394.so.0 (0x00007fd39e48a000)
	librom1394.so.0 => /usr/lib/librom1394.so.0 (0x00007fd39e484000)
	libiec61883.so.0 => /usr/lib/libiec61883.so.0 (0x00007fd39e476000)
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fd39e44c000)
	libxcb-shm.so.0 => /usr/lib/libxcb-shm.so.0 (0x00007fd39e445000)
	libxcb-shape.so.0 => /usr/lib/libxcb-shape.so.0 (0x00007fd39e440000)
	libxcb-xfixes.so.0 => /usr/lib/libxcb-xfixes.so.0 (0x00007fd39e436000)
	libSDL2-2.0.so.0 => /usr/lib/libSDL2-2.0.so.0 (0x00007fd39e2a1000)
	libv4l2.so.0 => /usr/lib/libv4l2.so.0 (0x00007fd39e291000)
	libglslang.so.11 => /usr/lib/libglslang.so.11 (0x00007fd39e002000)
	libSPIRV.so => /usr/lib/libSPIRV.so (0x00007fd39d1ca000)
	libepoxy.so.0 => /usr/lib/libepoxy.so.0 (0x00007fd39d098000)
	libpulsecommon-15.0.so => /usr/lib/pulseaudio/libpulsecommon-15.0.so (0x00007fd39d00f000)
	libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007fd39cfba000)
	libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007fd39cfb1000)
	libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007fd39cfa2000)
	libcairo-gobject.so.2 => /usr/lib/libcairo-gobject.so.2 (0x00007fd39cf96000)
	libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x00007fd39cf50000)
	libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x00007fd39cd93000)
	libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x00007fd39cd82000)
	libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x00007fd39cd2e000)
	libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007fd39ccb7000)
	libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007fd39cc80000)
	libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x00007fd39cc70000)
	libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007fd39cbc8000)
	libogg.so.0 => /usr/lib/libogg.so.0 (0x00007fd39cbbb000)
	libmvec.so.1 => /usr/lib/libmvec.so.1 (0x00007fd39cb8f000)
	libicuuc.so.69 => /usr/lib/libicuuc.so.69 (0x00007fd39c99c000)
	libp11-kit.so.0 => /usr/lib/libp11-kit.so.0 (0x00007fd39c867000)
	libidn2.so.0 => /usr/lib/libidn2.so.0 (0x00007fd39c845000)
	libunistring.so.2 => /usr/lib/libunistring.so.2 (0x00007fd39c6c1000)
	libtasn1.so.6 => /usr/lib/libtasn1.so.6 (0x00007fd39c6ab000)
	libnettle.so.8 => /usr/lib/libnettle.so.8 (0x00007fd39c664000)
	libhogweed.so.6 => /usr/lib/libhogweed.so.6 (0x00007fd39c61b000)
	libgomp.so.1 => /usr/lib/libgomp.so.1 (0x00007fd39c5d7000)
	libgraphite2.so.3 => /usr/lib/libgraphite2.so.3 (0x00007fd39c5b0000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fd39c5ab000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fd39c5a3000)
	libv4lconvert.so.0 => /usr/lib/libv4lconvert.so.0 (0x00007fd39c528000)
	libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00007fd39c4a6000)
	libsystemd.so.0 => /usr/lib/libsystemd.so.0 (0x00007fd39c3e0000)
	libasyncns.so.0 => /usr/lib/libasyncns.so.0 (0x00007fd39c3d8000)
	libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007fd39c3d3000)
	libtiff.so.5 => /usr/lib/libtiff.so.5 (0x00007fd39c33f000)
	libmount.so.1 => /usr/lib/libmount.so.1 (0x00007fd39c2df000)
	libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007fd39c2c3000)
	libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x00007fd39c2ab000)
	libthai.so.0 => /usr/lib/libthai.so.0 (0x00007fd39c2a0000)
	libicudata.so.69 => /usr/lib/libicudata.so.69 (0x00007fd39a747000)
	libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x00007fd39a708000)
	libcap.so.2 => /usr/lib/libcap.so.2 (0x00007fd39a6fb000)
	libgcrypt.so.20 => /usr/lib/libgcrypt.so.20 (0x00007fd39a5be000)
	libblkid.so.1 => /usr/lib/libblkid.so.1 (0x00007fd39a568000)
	libdatrie.so.1 => /usr/lib/libdatrie.so.1 (0x00007fd39a55e000)
	libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x00007fd39a537000)

searching

Hey can you put searching ability for the application, despite that it's just perfect

error[E0432]: unresolved import `syn::export`

Hi,

I see the below error when compiling the code using Cargo.

==========
Compiling enumset_derive v0.4.4
error[E0432]: unresolved import syn::export
--> /home/sivas/.cargo/registry/src/github.com-1ecc6299db9ec823/enumset_derive-0.4.4/src/lib.rs:10:10
|
10 | use syn::export::Span;
| ^^^^^^ could not find export in syn

error: aborting due to previous error

For more information about this error, try rustc --explain E0432.
error: could not compile enumset_derive

=======
nushell/nushell#2867

The above link shows the crux of the issue. Seems to be an issue with the crate syn. A older version of syn will fix this is whtais being said.

Please let me know if this issue could be fixed.

Thanks,
I'm an user of Storytel

Can't compile package

It fails and says that:

error[E0432]: unresolved import `syn::export`
  --> /home/furkan/.cargo/registry/src/github.com-1ecc6299db9ec823/enumset_derive-0.4.4/src/lib.rs:10:10
   |
10 | use syn::export::Span;
   |          ^^^^^^ could not find `export` in `syn`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `enumset_derive` due to previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile `storytel-tui v0.1.0 (/home/furkan/Desktop/storytel-tui-master)`, intermediate artifacts can be found at `/home/furkan/Desktop/storytel-tui-master/target`

How to build for MacOS? -> Solved

I tried to build it on MacOS Ventura and got error during build. Any ideas if I can make it work?

➜  storytel-tui git:(master) cargo build   
   Compiling storytel-tui v0.1.0 (/Users/ss/Work/storytel-tui/storytel-tui)
error: linking with `cc` failed: exit status: 1
  |
  = note: "cc" "-arch" "x86_64" "-m64" "/var/folders/jf/vt3x1tbd5cdg4swxv7nc6yg80000gn/T/rustcI0UqoG/symbols.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.103klkfbbwj8idln.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.114cq3gaylb1pwj2.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.12gdwjp5v97kg4f1.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1313solcykjvt7d3.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.14jkxpyrawpz3l5v.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.15sldn9gep4mimlz.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.15uiaccsvoodywsj.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.15z78vc8o63apwu2.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.18g5uh9pddo518xb.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.191ahxvtkfhyxa4l.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.19kh5ogqzz2q59av.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1b20rskttlybfenb.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1bz1ezo5aj3bipjy.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1cto4hirag0eq7q2.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1dlwsejfdrulfdy3.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1dnefs27dh3thrua.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1ezhd2if4zxx0k71.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1jhnp2hhcnk5wigs.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1khl29i68tzoxgxa.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1mbglau0y09gatvw.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1mmolyfgdrlhrvy8.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1mn21nmruv1nsnpr.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1mpy7t3clm11se4k.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1nbrm40b0ni7ln4x.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1oru3br667h5jkhm.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1p4u7k19wpi84wjw.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1sw4jb1aat0c50sb.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1tqwrvlmd7jmzndy.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1w1r25cxg5rhgba.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1w8esxib6zsxg5gv.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1wndaawxwmue854i.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1z0umf6v97vqc8uo.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.1zxv9ze532v2qd47.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.21ttcn10x64txws3.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.22e3tux7k4ner1jt.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.23ixvpqb91c0p6zb.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.26b0yee8tfvx3xgq.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.29fhq7ghp3f50r41.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2ci5g3gn43qmdzll.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2cof5o0smylb0i6q.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2cor7mf4hevy2odd.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2cvyjaec6o8p06sp.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2eigvtmqtn684pqt.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2fasd05wt40xozpn.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2fr4kawzafqe4xy2.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2gu4zr6oiotbi4vt.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2gwfnr706xws9s0.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2i2kiomh65khakuy.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2i2sndhmx1uup7j9.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2j5ovm8tqw5pe653.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2jfisns6rg69q5io.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2jl9ddvxndzqff2m.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2jq1fcrb90nhl73r.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2k6j0wv83i692e5u.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2k6v2yo9gl8by7sw.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2lf9amjio50y7cci.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2m11g6jdbn4lr0z1.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2mmp32vq4fo4y7js.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2mo7jvwip2fs7yoz.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2mx3km7zmuolxmxb.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2n8rzz40bmbgzx19.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2oagjawf585soxmc.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2pv21ccb8kjdhspw.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2x3tcyzyx2t97oj6.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2xvcv5p3orbf185j.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.2y1o00fnlt0y90ak.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.30o3iljzvq0kxxpv.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.32m4nl35gf3oaa2s.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.32vz0xrakts7cmyn.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.34sqce6zyxvxx4y3.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.35m0nsb4pd6qku85.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.36gp7a5ib4nvoq1q.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.36v49ofi37yc07s5.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.381vs3a30x5g2z81.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3a1tcxk6tytu0jd0.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3c6pcekadckbs5rd.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3e1b6xalqrn3rhlf.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3fwlzngtc0c8d70f.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3i4a7vhslr1iejhg.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3ijentj0w6nindc0.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3jtluoic16h8653f.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3kcz7ev6me7nj78c.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3l2j6vlq2zuihgps.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3l3drjfekfws6wac.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3lkc593ewfvpfoix.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3nrtkqjk6iwg9qit.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3qhi98fjyxcw4huh.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3qku9xep7c7jl3jk.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3qz2ylya3bke1g25.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3r2l5kio23pa417y.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3rcuzcqri3es5g6g.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3rew4p9wa2826yo8.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3t0m5719p5hdhlcq.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3tzoh62ub659sd1p.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3wy4fitrxwnlmo72.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.3zped92628ld7he2.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.40vrgzcnd0zc99tw.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.419sc8gb843g9c0f.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.41firm945gmzd4g6.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.420tielkqgh9d16w.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.42z8fm5sery9vclj.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.43swtl5idzlhscjx.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.46rheevv373jdmq3.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4a8xaqur6adggyi0.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4ahmvgiff5xe7oc8.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4bflopcv32xyd1js.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4ces23wv2iq73ekp.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4gyh73anzlqsr4cg.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4h2avo6li96xt5ml.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4ibxzwhavodxgoom.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4jh0rw8np3t00rzs.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4lfzk24fq64uv2rd.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4mhvr482v34bwzhc.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4pyteq9ofwv7jjic.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4qom7pp6q4ntqa47.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4r5703y9rjtxb1v6.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4srfjkcxbjobti5x.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4tbdz9chxmzepgn4.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4tid8hgw0sgb9bqk.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4v7x8mbt8mxcjf5j.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4vlg02kkbveiw8d3.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4w18ey0qd7r24oxx.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4wogkes7h3hob8uu.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.4xh9dyj31y6z0q5g.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.502x6sr269r3vx78.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.50fe611kek201qm0.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.52baid3z672fnikh.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.52mdlgdxgu8kfw0x.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.54amh2exjj3dyg6d.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.5594xhddfa0578ht.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.55prf7a9ueru5tml.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.561xqghqb8jzgklg.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.583yd02kkm5bav5q.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.59862zogas9zn6vg.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.5ab55jbz2869um87.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.5auzvcy5prfer547.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.5c0i9zdapftcjws.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.5ci5obf1h6rc6mkw.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.5de5qalevf1intd8.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.5ds1coefwx2g0cxw.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.5ew3zwr9r81qevof.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.5f2mznf9ydi6osc4.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.5p4g6287aso2af3.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.72mrdhykoxz2ti8.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.7uvnyx94yx25hrb.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.auhwkg929id0tq9.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.cmxikxksp9cv09z.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.f1mwpu2un2s1p9q.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.fwkk73koe5i2ynw.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.hi8r0mgykyfcno0.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.ijkioay2e86g0dz.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.j2cfgp5udd4lg1c.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.jy8c5fz8bn9cqfn.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.kfh9qn6up7xweo.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.lorfjgzal7nth27.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.lqnj4p2su7lvfrj.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.m7y7rtzdx1l1xwr.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.mnnr3kjyza1i4o.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.n19y3lbcf1dlzwy.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.oak19d69y5q7o4n.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.oc186f6njj2ldoo.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.ozd2ddmkzz17ple.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.phpgo92g4ytjnu3.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.qqbxmdxa32ttt2d.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.st4hq8aimqb9vp6.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.tq6l3xez35udjq3.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.v7o84jqzbr15kb8.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.vuujw191w93io45.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.wlxqg94kpytnzst.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.ybdh6of0vnd1j0k.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.ylak0mrna566mhd.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.z1m1ly7tozrout1.rcgu.o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858.ntmlsa3f78qwe2.rcgu.o" "-L" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps" "-L" "/usr/local/opt/[email protected]/lib" "-L" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libmpv-8afee5e28da0ff83.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum-f330c6fec4784bd0.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_rational-916aef1ee9da9d2b.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_bigint-e81b049772f6c9f5.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/librand-7c022598e703ff35.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_complex-46851a4f62a8f007.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/librustc_serialize-f7d3638327aeec89.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libenum_primitive-b22bcc8fd949f309.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_traits-667658ff99f8fbd5.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libreqwest-a51390a44f7f67e8.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libhyper_tls-1a1917a52542b986.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libipnet-39fc34bf42227464.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtokio_native_tls-73399fbd79590cd1.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libserde_urlencoded-476d8c912350fd72.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libmime-e3bf485f330456d2.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libencoding_rs-17d566aa4fa9c132.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libserde_json-99cbcedc340f9d1a.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libryu-02379d68dfb03243.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libbase64-4d83810483f76e36.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnative_tls-f1deee46da03720d.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtempfile-442734a59c9814ce.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libfastrand-4a5b5ec2cb298403.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libremove_dir_all-19df10b53f9505c4.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libsecurity_framework-3e54e2466923baba.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libsecurity_framework_sys-d7ad654d05ba062c.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libcore_foundation-b7650c2e4ee3a4ba.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libcore_foundation_sys-b147083ee0d69842.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libhyper-f160012785b41f7a.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libwant-7b096208a77eab65.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtry_lock-2d96c2148545869a.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libhttparse-8bff5b5d2b32df43.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libh2-1fa9bf3d1aca7e38.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libindexmap-a73e0827c7ec722d.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libhashbrown-5a7aeab54724e13b.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtokio_util-ac2e2f776b491c32.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libfutures_sink-4a0641c9c4785aca.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtower_service-432b078f7b602ef1.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtracing-62ad9f8060f1bc28.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtracing_core-4e742571ca0f189f.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libfutures_channel-1be6f0526752bfa0.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtokio-fc3a82f844063ff1.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_cpus-b1bff72c32176a55.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libsocket2-f09770be482c6f39.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libhttp_body-1c1c2b8115b98aa6.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libfutures_util-89e9519a6b524e2f.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libmemchr-be2eeee72cec1d73.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libfutures_io-b365e54fe3fb5da6.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libslab-d877f8ae4d588cb4.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libpin_project_lite-4613af02a4370ec7.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libfutures_task-c1319e2264371729.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libpin_utils-a702c82e45615799.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libfutures_core-965cc5c7d37816ca.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/liburl-395cee945f9829e2.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libidna-1a492feda22307b4.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libunicode_normalization-1286b7d584c9dc1e.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtinyvec-ceaf1204375beada.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtinyvec_macros-a4ffff04c7e0fbee.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libunicode_bidi-5187461ea141922d.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libform_urlencoded-7920d09ba88a908b.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libpercent_encoding-f00478904cb538d9.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libmatches-862d09c0efc1be49.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libhttp-b0c00088e921d44b.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libbytes-5e736de00ec3185b.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libfnv-0f3beb989a06822e.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libopenssl-88bcbc3aa89e5fdc.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libforeign_types-d72ec165062bf56c.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libforeign_types_shared-28ab7c08db13ab7b.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libopenssl_sys-edf96757ad61f12d.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libcursive-b6a39a051b05131d.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libcrossterm-411cb3a9df26af21.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libsignal_hook_mio-079765a96d725260.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libmio-632785960a47e11f.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libparking_lot-6c332877a2bdda16.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libparking_lot_core-8450963857e8ef46.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libsmallvec-d58b3b40ef109b8b.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/liblock_api-5a14de9ec5c60e3f.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libscopeguard-89d6e5fdaed45740.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libbitflags-0dceadc917de836f.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libsignal_hook-439d3b7da9b4918a.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libsignal_hook_registry-73afa9d46f894ae5.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libcursive_core-2e3c27f5f415d45b.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum-633d18bdda024936.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_iter-d51876842ee3afd2.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_rational-5289d176f88cd988.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_integer-f2df8b9db9a7e801.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_complex-621ac5f24568defe.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_traits-baf72bf3c9d65b51.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libenum_map-b423b3c6322376f5.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/liblazy_static-09496ae3893ad935.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libowning_ref-a7899b93705eab1c.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libstable_deref_trait-4a7981850786df17.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libxi_unicode-4d62365c270827a0.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libunicode_width-84e3e10b8a1470b3.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libunicode_segmentation-fa43d7c83064a15f.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libtime-258b28256607f2e1.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libnum_threads-89277cbf917b340d.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libitoa-02a788acbbd66f4a.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/liblog-37ec110a01320e92.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libenumset-3e0834e0dd111ffd.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libcrossbeam_channel-8992ca0199ddb7e5.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libcrossbeam_utils-74a67ae87d0c1aee.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libahash-590451efcb32857e.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libgetrandom-e5f91cc2f78748af.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/liblibc-67bd9333ba9e579c.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libcfg_if-74e49f2ac1bb9d0d.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libonce_cell-296591285da04879.rlib" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/libserde-c871cd28e2cd248c.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-c84f81b3d1a36b6e.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-5398d4db8ed2ff6f.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-478a76a3581fca81.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libmemchr-6876f637b366443d.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-539c7e906abde336.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-83399a3f8aaf8f32.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-ffb3dc98877a45b4.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd_detect-067f58df60a72a89.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-faef232906858087.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libminiz_oxide-4f1ed014f3c75703.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libadler-749b556aef66aa6c.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-0b3b0361e5f0a714.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-72e9a1e277d7769c.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-357e8106cf3b63d5.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-90980575ee007a80.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-b73946858ff9839c.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-6dd5c0cef5b5f8b3.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-7d2b712101daf86c.rlib" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-9b0bf4523e9805e9.rlib" "-lmpv" "-framework" "Security" "-framework" "CoreFoundation" "-lssl" "-lcrypto" "-liconv" "-lSystem" "-lc" "-lm" "-L" "/Users/ss/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "-o" "/Users/ss/Work/storytel-tui/storytel-tui/target/debug/deps/storytel_tui-6517957d2752f858" "-Wl,-dead_strip" "-nodefaultlibs"
  = note: ld: library not found for -lmpv
          clang: error: linker command failed with exit code 1 (use -v to see invocation)
          

error: could not compile `storytel-tui` due to previous error

Storytel-API in JS

Hi there! I was wondering if it's okay with you to take some parts of your code (mainly password_crypt.rs) to make a storytel-api wrapper in JS. Of course you will get credit for this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.