Skip to content

Commit

Permalink
Mention use of git dependencies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Nov 18, 2023
1 parent 45c6473 commit 0c84b99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/grammers-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ This library is a higher-level interface to interact with Telegram's API.
It contains the code necessary to create a client, connect to the API and
make Remote Procedure Calls (RPC) to it, such as signing in or sending a
message.

The library is in development, but new releases are only cut rarely.
[Specifying the dependency from the git repository][dep-git] is recommended:

```toml
grammers-client = { git = "https://github.com/Lonami/grammers" }
```

[dep-git]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories

0 comments on commit 0c84b99

Please sign in to comment.