Merge pull request 'test(symclaw-skill): cover handlers_advanced via JSON API' (#10) from ci-doctor/coverage-20260518-201834 into master
Reviewed-on: #10
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "symclaw-qchem"
|
||||
description = "Quantum chemistry: second quantization, molecular integrals, VQE/UCCSD"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
symclaw-core = { path = "../symclaw-core" }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
rayon.workspace = true
|
||||
num-rational.workspace = true
|
||||
num-traits.workspace = true
|
||||
num-bigint.workspace = true
|
||||
nalgebra.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
proptest.workspace = true
|
||||
Reference in New Issue
Block a user