Skip to content

Commit 0b01620

Browse files
Update Cargo.toml - Update desc
1 parent 90fc040 commit 0b01620

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

lib/Cargo.toml

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "antithesis_sdk"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
rust-version = "1.62.1"
66
license = "MIT"
@@ -11,17 +11,7 @@ repository = "https://github.com/antithesishq/antithesis-sdk-rust"
1111
homepage = "https://github.com/antithesishq/antithesis-sdk-rust"
1212
documentation = "https://antithesis.com/docs/using_antithesis/sdk/rust_sdk.html"
1313
description = """
14-
### **This SDK is still under development & not ready for adoption yet.**
15-
16-
# Antithesis Rust SDK
17-
18-
This library provides methods for Rust programs to configure the [Antithesis](https://antithesis.com) platform. It contains three kinds of functionality:
19-
* Assertion macros that allow you to define test properties about your software or workload.
20-
* Randomness functions for requesting both structured and unstructured randomness from the Antithesis platform.
21-
* Lifecycle functions that inform the Antithesis environment that particular test phases or milestones have been reached.
22-
23-
For general usage guidance see the [Antithesis Rust SDK Documentation](http://antithesis.com/using_antithesis/sdk/rust/overview.html)
24-
14+
Rust SDK for the Antithesis autonomous software testing platform.
2515
"""
2616

2717
[dependencies]

0 commit comments

Comments
 (0)