diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-28 05:59:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-28 05:59:43 +0800 |
| commit | 9e0372f9d148a7c340cfab93727a7a3d3db023df (patch) | |
| tree | 8983076c1a27436e7878411d082528116c617054 /mingling_pathf/test/Cargo.lock | |
| parent | 0c97eee05e8cd99b17ad17827d79afa739957db1 (diff) | |
test(mingling-pathf): add integration tests for module path analysis
Diffstat (limited to 'mingling_pathf/test/Cargo.lock')
| -rw-r--r-- | mingling_pathf/test/Cargo.lock | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/mingling_pathf/test/Cargo.lock b/mingling_pathf/test/Cargo.lock new file mode 100644 index 0000000..dafc144 --- /dev/null +++ b/mingling_pathf/test/Cargo.lock @@ -0,0 +1,59 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "just_fmt" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" + +[[package]] +name = "mingling_pathf" +version = "0.2.0" +dependencies = [ + "syn", +] + +[[package]] +name = "proc-macro2" +version = "1.0.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "quote" +version = "1.0.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "syn" +version = "2.0.118" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "test-mingling-pathf" +version = "0.1.0" +dependencies = [ + "just_fmt", + "mingling_pathf", +] + +[[package]] +name = "unicode-ident" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
