feat: add dist

This commit is contained in:
2023-05-18 15:50:47 +02:00
parent d976ad8621
commit 43ea3840cd
1879 changed files with 5754 additions and 2 deletions

View File

@@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@@ -0,0 +1,8 @@
#![feature(provide_any)]
use std::any::{Demand, Provider};
fn _f<'a, P: Provider>(p: &'a P, demand: &mut Demand<'a>) {
p.provide(demand);
}

View File

@@ -0,0 +1 @@
cargo:rustc-cfg=provide_any

View File

@@ -0,0 +1 @@
/Users/kah/git/git.front.kjuulh.io/kjuulh/dagger-runtime-benchmark/bench_app/target/debug/build/thiserror-c09c00dc388a372e/out