nandi/rustnimpublic Fork 0
0e6c394efb2da64065352ff67a15f6cba4e8899a
Commits
Clone
git clone https://git.rickub.com/nandi/rustnim.git
git clone ssh://git@rickub.com/nandi/rustnim.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Cargo.lock · 45 lines · 1.1 KBText Blame HistoryRaw
Scaffold rustnim: Rust->Nim transpiler, type mapping 1a218c2 nandi 16h ago1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "proc-macro2"
7version = "1.0.107"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
10dependencies = [
11 "unicode-ident",
12]
13
14[[package]]
15name = "quote"
16version = "1.0.47"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
19dependencies = [
20 "proc-macro2",
21]
22
23[[package]]
24name = "rustnim"
25version = "0.1.0"
26dependencies = [
27 "syn",
28]
29
30[[package]]
31name = "syn"
32version = "3.0.5"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
35dependencies = [
36 "proc-macro2",
37 "quote",
38 "unicode-ident",
39]
40
41[[package]]
42name = "unicode-ident"
43version = "1.0.24"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"