deno_whoami 0.1.0

This crate implements the username() API in Deno Node compat layer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dev-dependencies.whoami]
version = "1.4"

[package]
description = "This crate implements the username() API in Deno Node compat layer."
edition = "2021"
license = "MIT"
name = "deno_whoami"
readme = "README.md"
version = "0.1.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.whoami]
version = "1.4"