Skip to content

Commit

Permalink
规范代码
Browse files Browse the repository at this point in the history
  • Loading branch information
wzjsun committed Mar 1, 2022
1 parent d08efb2 commit 7f0e850
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
name = "pi_dirty"
version = "0.1.0"
authors = ["zmythleo <zmythleo@gmail.com>"]
edition = "2018"
edition = "2021"
description = "Record hierarchy dirty"
repository = "https://github.com/GaiaWorld/pi_dirty.git"
license = "MIT OR Apache-2.0"
keywords = ["pi", "pi_dirty", "dirty"]

[dependencies]
pi_map = {path="../pi_map"}
log = "*"
pi_map = "0.1"
log = "0.4"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
同于记录层次脏

0 comments on commit 7f0e850

Please sign in to comment.