Skip to content

Commit

Permalink
Fix missing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oovm committed Jun 19, 2024
1 parent 09bd5e7 commit 6b0a85d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = ["projects/*"]
default-members = [
"projects/syntax-error",
Expand Down
7 changes: 3 additions & 4 deletions projects/syntax-error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
[package]
name = "syntax-error"
version = "0.0.3"
version = "0.0.4"
authors = ["Aster <192607617@qq.com>"]
description = "Syntax error report"
repository = "https://github.com/oovm/sub_projects"
documentation = "https://docs.rs/syntax-error"
readme = "Readme.md"
readme = "readme.md"
license = "MPL-2.0"
edition = "2021"
exclude = ["package.json", "tests/**"]

[dependencies]
#termcolor = "1.2.0"
yansi = "0.5.1"
yansi = "1.0.1"
unicode-width = "0.1.10"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion projects/syntax-error/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../README.md")]
#![doc = include_str!("../readme.md")]
#![warn(missing_docs)]

mod display;
Expand Down

0 comments on commit 6b0a85d

Please sign in to comment.