deps-rs / deps.rs

Keep your dependencies up-to-date
https://deps.rs
Apache License 2.0
426 stars 26 forks source link

follow git submodules #192

Open nitn3lav opened 1 year ago

nitn3lav commented 1 year ago

Since deps.rs now supports analyzing crates in subdirectories of the repo root (#170), it would be beneficial if these subdirectories were also allowed to be git submodules.

related to #105 and #160