Fill some Cargo.toml fields

This commit is contained in:
tux3
2022-08-28 16:04:25 +02:00
parent 80025cf9e9
commit 06eac57040
+6
View File
@@ -1,7 +1,13 @@
[package]
name = "crowdstrike-cloudproto"
description = "The binary protocol used between Crowdstrikes Falcon Sensor and cloud servers"
repository = "https://github.com/tux3/crowdstrike-cloudproto/"
categories = ["network-programming", "api-bindings"]
keywords = ["async", "api", "protocol"]
license = "MIT OR Apache-2.0"
version = "0.1.0"
edition = "2021"
readme = "README.md"
[dependencies]
tokio = { version = "1", features = ["io-util"] }