1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-29 18:17:44 +00:00

add badge to README and README to Cargo.toml

This commit is contained in:
Domenic Quirl 2021-01-30 20:53:38 +01:00
parent 621718e9b8
commit ec8f82ed7a
2 changed files with 11 additions and 1 deletions

View file

@ -6,6 +6,7 @@ authors = ["Domenic Quirl <DomenicQuirl@pm.me>", "Aleksey Kladov <aleksey.kladov
description = "Library for generic lossless syntax trees"
license = "MIT OR Apache-2.0"
repository = "https://github.com/domenicquirl/cstree"
readme = "README.md"
[dependencies]
lasso = "0.4.1"