From 00f708a30d65b973aadd1fa15c564671e4470532 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 1 Jun 2024 01:15:31 +0200 Subject: [PATCH] update crate description --- libcsp-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcsp-rust/Cargo.toml b/libcsp-rust/Cargo.toml index 72b8ffd..d649f10 100644 --- a/libcsp-rust/Cargo.toml +++ b/libcsp-rust/Cargo.toml @@ -3,7 +3,7 @@ name = "libcsp-rust" version = "0.1.0" edition = "2021" authors = ["Robin Mueller "] -description = "FFI bindings and a safe Rust API for libcsp" +description = "FFI bindings and a safe and ergonomic Rust API for libcsp" homepage = "https://egit.irs.uni-stuttgart.de/rust/libcsp-rust" repository = "https://egit.irs.uni-stuttgart.de/rust/libcsp-rust" license = "Apache-2.0"