mirror of
https://github.com/denoland/deno.git
synced 2025-03-09 13:49:37 -04:00
24 lines
530 B
TOML
24 lines
530 B
TOML
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "deno_webstorage"
|
|
<<<<<<< HEAD
|
|
version = "0.124.0"
|
|
=======
|
|
version = "0.125.0"
|
|
>>>>>>> 6af25c059 (1.39.2 (#21791))
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme = "README.md"
|
|
repository.workspace = true
|
|
description = "Implementation of WebStorage API for Deno"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
deno_core.workspace = true
|
|
deno_web.workspace = true
|
|
rusqlite.workspace = true
|
|
serde.workspace = true
|