mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
23997e977c
* chore: upload chat file to local ai * chore: async func * chore: individual file progress * chore: fix test * chore: fix file upload
22 lines
495 B
TOML
22 lines
495 B
TOML
[package]
|
|
name = "flowy-derive"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
name = "flowy_derive"
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.109", features = ["extra-traits", "visit"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
flowy-ast.workspace = true
|
|
lazy_static = { version = "1.4.0" }
|
|
dashmap.workspace = true
|
|
flowy-codegen.workspace = true
|
|
serde_json.workspace = true
|
|
walkdir = "2.3.2"
|