diff options
Diffstat (limited to 'adenosine-pds')
| -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 = "*"  | 
