- Drop .gitmodules (ia_dev tracked as submodule pointer without file) - Add services/docv Cargo workspace: docv-back, docv-shared, migrations, sources - Refresh systemd/README.md
17 lines
333 B
TOML
17 lines
333 B
TOML
[package]
|
|
name = "docv-shared"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Shared crate for docv: validation, format, constants, business rules (natif + WASM)"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
# wasm-bindgen when WASM enabled
|