Skip to content

Commit 2c0ac6a

Browse files
hyperpolymathclaude
andcommitted
chore: update eclexiaiser.toml with real function entries
Replace placeholder src/batch.rs functions with actual source paths and meaningful function names from the codebase. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 377f017 commit 2c0ac6a

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

ipv6-only/eclexiaiser.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@
55
name = "ipv6-only"
66

77
[[functions]]
8-
name = "process_batch"
9-
source = "src/batch.rs"
10-
energy-budget-mj = 50.0
11-
carbon-budget-mg = 10.0
12-
13-
[[functions]]
14-
name = "render_page"
15-
source = "src/web.rs"
16-
energy-budget-mj = 5.0
8+
name = "main"
9+
source = "src/main.rs"
10+
energy-budget-mj = 15.0
11+
carbon-budget-mg = 3.0
1712

1813
[carbon]
1914
provider = "static"

0 commit comments

Comments
 (0)