Nicolas Cantu 01860b7af7 chore: remove gitmodules, add docv workspace crates, update systemd README
- 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
2026-04-03 17:55:50 +02:00

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