Skip to content

Commit 0a7ecf9

Browse files
committed
deps: Add runtime_tracing dependency 0.14.0
codetracer-python-recorder/Cargo.lock: codetracer-python-recorder/Cargo.toml: design-docs/design-001.md~: flake.nix: Signed-off-by: Tzanko Matev <[email protected]>
1 parent b9a2142 commit 0a7ecf9

File tree

4 files changed

+268
-60
lines changed

4 files changed

+268
-60
lines changed

codetracer-python-recorder/Cargo.lock

Lines changed: 264 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codetracer-python-recorder/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
pyo3 = { version = "0.25.1", features = ["extension-module"] }
15+
runtime_tracing = "0.14.0"

design-docs/design-001.md~

Lines changed: 0 additions & 60 deletions
This file was deleted.

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
maturin
3737
uv
3838
pkg-config
39+
40+
# CapNProto
41+
capnproto
3942
];
4043

4144
shellHook = ''

0 commit comments

Comments
 (0)