nandi/jolt-nativepublic Fork 0
460541b3803224e2b0199f6384c01f9635c6d618
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

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

fixups.toml · 21 lines · 711 BTOML Blame HistoryRaw
Build under buck2, with the toolchain pinned rather than found 460541b nandi 20d ago1# Files pulled in by include!/include_bytes!/include_str! that the
2# default source globs miss.
3extra_srcs = [
4 "CHANGELOG.md",
5 "examples/class_with_lifetime.rs",
6 "examples/encode_core_graphics.rs",
7 "examples/encode_nsstring.rs",
8 "examples/encode_nsuinteger.rs",
9 "examples/encode_opaque_type.rs",
10 "examples/introspection.rs",
11 "src/topics/about_generated/CHANGELOG.md",
12 "src/topics/about_generated/README.md",
13 "src/topics/about_generated/cargo_features.md",
14 "src/topics/about_generated/deref.md",
15 "src/topics/about_generated/list_data.md",
16 "src/topics/layered_safety.md",
17]
18
19# Run the crate build script (emits cfgs / OUT_DIR sources).
20[buildscript]
21run = true