From db603c1fa18b19ed220e3ce18383ce1d15117bcc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Nov 2022 17:29:02 -0800 Subject: pds: comment out currently-unused crates --- adenosine-pds/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml index 7118956..b1a81fd 100644 --- a/adenosine-pds/Cargo.toml +++ b/adenosine-pds/Cargo.toml @@ -23,8 +23,9 @@ libipld = "*" ipfs-sqlite-block-store = "*" rusqlite = { version = "*", features = ["bundled"] } rusqlite_migration = "*" -jsonschema = "*" -schemafy = "*" +# NOTE: lexicon validation not implemented yet +#jsonschema = "*" +#schemafy = "*" rouille = "*" # NOTE: vendored for now #iroh-car = "*" -- cgit v1.2.3