-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
21 lines (18 loc) · 863 Bytes
/
Cargo.toml
File metadata and controls
21 lines (18 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
[package]
name = "xrs"
version = "0.1.0-dev"
authors = [ "Antikyth <antikyth at gmail dot com>" ]
edition = "2021"
description = "An asynchronous Rust library for X11 and associated extensions/protocols."
license = "MPL-2.0"
keywords = [ "x11", "xorg", "wm", "xcb", "xlib" ]
categories = [ "api-bindings", "asynchronous", "gui", "network-programming", "rendering" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# xrb = { path = "../xrb", version = "0.1.0-dev" }
# xrbk = { path = "../xrb/xrbk", version = "0.0.2" }
bytes = "1.4.0"
tokio = { version = "1.25.0", features = ["net", "io-util"] }