Skip to content

Commit dac4471

Browse files
committed
Update README.md to include example application and version bump for anycode package
- Added `anycode-example/` to the project packages list in README.md to showcase usage. - Bumped version of the `anycode` package from 0.0.2 to 0.0.4 in Cargo.toml and Cargo.lock for backend updates.
1 parent 3f44c63 commit dac4471

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The project consists of several packages:
2323
- **`anycode-base/`** - Core editor library with tree-sitter support
2424
- **`anycode-react/`** - React wrapper for the editor
2525
- **`anycode-backend/`** - Rust backend for file system access
26+
- **`anycode-example/`** - Example application demonstrating anycode usage
2627

2728
## Installation
2829
### From releases

anycode-backend/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.

anycode-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anycode"
3-
version = "0.0.2"
3+
version = "0.0.4"
44
edition = "2024"
55

66
[profile.release]

0 commit comments

Comments
 (0)