I hereby claim:
- I am deg4uss3r on github.
- I am degausser (https://keybase.io/degausser) on keybase.
- I have a public key ASCCrjafx0SdLUQ-VaJDcQo-O6kpu_gImoZVsy6DypDoewo
To claim this, I am signing this object:
[package] | |
name = "feat_name" | |
version = "0.1.0" | |
authors = ["degausser"] | |
edition = "2018" | |
[dependencies] | |
c = { version = "*", package = "libc", optional = true } | |
[features] |
//! The most simplest exaples of how to use confy | |
extern crate confy; | |
#[macro_use] | |
extern crate serde_derive; | |
use std::io; | |
#[derive(Debug, Serialize, Deserialize)] |
I hereby claim:
To claim this, I am signing this object:
[package] | |
name = "nc_quicli" | |
version = "0.2.0" | |
authors = ["deg4uss3r <[email protected]>"] | |
[dependencies] | |
quicli = "0.1" | |
structopt = "0.1" | |
#[macro_use] extern crate quicli; |
./mach build -d | |
Compiling servo-freetype-sys v4.0.3 | |
Compiling script v0.0.1 (file:///home/rthosfelt/bin/avada/servo/components/script) | |
Compiling synstructure v0.2.1 | |
Compiling harfbuzz-sys v0.1.7 | |
Build failed, waiting for other jobs to finish... | |
error: failed to run custom build command for `servo-freetype-sys v4.0.3` | |
process didn't exit successfully: `/home/rthosfelt/bin/avada/servo/target/debug/build/servo-freetype-sys-845f285931c6bd4f/build-script-build` (exit code: 101) | |
--- stdout | |
running: "cmake" "/home/rthosfelt/bin/avada/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-freetype-sys-4.0.3/freetype2" "-DWITH_BZip2=OFF" "-DWITH_HarfBuzz=OFF" "-DWITH_PNG=OFF" "-DWITH_ZLIB=OFF" "-DCMAKE_INSTALL_PREFIX=/home/rthosfelt/bin/avada/servo/target/debug/build/servo-freetype-sys-845f285931c6bd4f/out" "-DCMAKE_C_FLAGS= -O0 -ffunction-sections -fdata-sections -m64 -fPIC" "-DCMAKE_C_COMPILER=/bin/cc" "-DCMAKE_CXX_FLAGS= -O0 -ffunction-sections -fdata-sections -m64 -fPIC" "-DCMAKE_CXX_COMPILER=/bin |