nandi/rustnimpublic Fork 0
af6e50f646055dc5b291c9e602bc9ee01874f9d6
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 · 52 lines · 1.3 KBText Blame HistoryRaw
Scaffold rustnim: Rust->Nim transpiler, type mapping 1a218c2 nandi 17h ago1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
Lower `bitflags!` directly, checked against the real crate af6e50f nandithebull 13h ago5[[package]]
6name = "bitflags"
7version = "2.13.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
10
Scaffold rustnim: Rust->Nim transpiler, type mapping 1a218c2 nandi 17h ago11[[package]]
12name = "proc-macro2"
13version = "1.0.107"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
16dependencies = [
17 "unicode-ident",
18]
19
20[[package]]
21name = "quote"
22version = "1.0.47"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
25dependencies = [
26 "proc-macro2",
27]
28
29[[package]]
30name = "rustnim"
31version = "0.1.0"
32dependencies = [
Lower `bitflags!` directly, checked against the real crate af6e50f nandithebull 13h ago33 "bitflags",
Scaffold rustnim: Rust->Nim transpiler, type mapping 1a218c2 nandi 17h ago34 "syn",
35]
36
37[[package]]
38name = "syn"
39version = "3.0.5"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
42dependencies = [
43 "proc-macro2",
44 "quote",
45 "unicode-ident",
46]
47
48[[package]]
49name = "unicode-ident"
50version = "1.0.24"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"