mirror of
https://github.com/duhanbalci/dreport.git
synced 2026-07-01 18:39:16 +00:00
18 lines
260 B
TOML
18 lines
260 B
TOML
[package]
|
|
name = "dreport-core"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
base64 = "0.22"
|
|
wasm-bindgen = "0.2"
|
|
|
|
[features]
|
|
default = []
|
|
wasm = []
|