feat:移除了弹窗,服务器添加sls
This commit is contained in:
12
packages/path-util/Cargo.toml
Normal file
12
packages/path-util/Cargo.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "path-util"
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
derive_more = { workspace = true, features = ["deref", "display"] }
|
||||
itertools = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
typed-path = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Reference in New Issue
Block a user