diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-10 17:29:02 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-10 17:29:02 -0800 |
commit | db603c1fa18b19ed220e3ce18383ce1d15117bcc (patch) | |
tree | 847c5950ad368933a39bf557539e5ef69fffc57e | |
parent | 128df8920ec5fa3109184ef1ec1ea2f389342332 (diff) | |
download | adenosine-db603c1fa18b19ed220e3ce18383ce1d15117bcc.tar.gz adenosine-db603c1fa18b19ed220e3ce18383ce1d15117bcc.zip |
pds: comment out currently-unused crates
-rw-r--r-- | adenosine-pds/Cargo.toml | 5 |
1 files 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 = "*" |