Skip to content

Commit dd655ae

Browse files
committed
Add README.md to logics-rs Cargo.toml
1 parent d95e3a3 commit dd655ae

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Since Logics is used on both the client and server side, the language was made a
4141

4242
- [logics-js](https://www.npmjs.com/package/logics-js) is a pure (vanilla) JavaScript implementation of Logics provided as npm-package.
4343
- [logics-py](https://pypi.org/project/logics-py/) is a pure Python >= 3.10 implementation of Logics provided as PyPI-package.
44+
- [logics-rs](https://crates.io/crates/logics-rs) is a new Rust implementation of Logics provided via crates.io, under development.
4445

4546
Both packages are stand-alone without any further dependencies. They are both under recent development and stable until a specific degree right now. They are maintained in separate version numbers, which is planned to be changed soon, when they become almost feature-complete.
4647

logics-rs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

logics-rs/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "logics-rs"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "Logics is a user-friendly formula language with a subset of Python's expression syntax"
66
authors = [
@@ -13,5 +13,6 @@ categories = [
1313
"command-line-utilities",
1414
"development-tools"
1515
]
16+
readme = "../README.md"
1617

1718
[dependencies]

0 commit comments

Comments
 (0)