diff options
Diffstat (limited to 'crates/web-time-compat/Cargo.toml')
| -rw-r--r-- | crates/web-time-compat/Cargo.toml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/crates/web-time-compat/Cargo.toml b/crates/web-time-compat/Cargo.toml new file mode 100644 index 000000000..3b4f4118a --- /dev/null +++ b/crates/web-time-compat/Cargo.toml @@ -0,0 +1,26 @@ +[package] +name = "web-time-compat" +version = "0.1.0" +authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] +edition = "2024" +rust-version = "1.89" +license = "MIT OR Apache-2.0" +homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home" +description = "Compatibility layer for web-time" +keywords = ["js", "wasm", "time"] +# We must put *something* here and this will do +categories = ["rust-patterns"] +repository = "https://gitlab.torproject.org/tpo/core/arti.git/" +[package.metadata.docs.rs] +all-features = true + +[features] +default = [] +full = [] + +[dependencies] + +[dev-dependencies] + +[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] +web-time = "1.1.0" |
