telegram-api-rs 0.0.2

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