deno 2.4.5

Provides the deno executable
1
2
3
4
5
// Copyright 2018-2025 the Deno authors. MIT license.

pub fn main() {
  // this file exists to cause the executable to be built when running cargo test
}