mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-03 06:03:21 +03:00
27 lines
637 B
TOML
27 lines
637 B
TOML
[package]
|
|
name = "affine_storage"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
jwst-codec = { git = "https://github.com/toeverything/OctoBase.git", rev = "49a6b7a" }
|
|
jwst-core = { git = "https://github.com/toeverything/OctoBase.git", rev = "49a6b7a" }
|
|
jwst-storage = { git = "https://github.com/toeverything/OctoBase.git", rev = "49a6b7a" }
|
|
napi = { version = "2", default-features = false, features = [
|
|
"napi5",
|
|
"async",
|
|
] }
|
|
napi-derive = { version = "2", features = ["type-def"] }
|
|
rand = "0.8"
|
|
sha3 = "0.10"
|
|
|
|
[dev-dependencies]
|
|
tokio = "1"
|
|
|
|
[build-dependencies]
|
|
napi-build = "2"
|