telegram-api-rs 0.0.3

Telegram API written in RUST
Documentation
with import <nixpkgs> {};
stdenv.mkDerivation {
    name = "updater-rust";
    buildInputs = [ gcc openssl pkg-config ];
}