Skip to content

Commit 284942c

Browse files
committed
url
1 parent d502cd6 commit 284942c

3 files changed

Lines changed: 922 additions & 0 deletions

File tree

url/Cargo.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[package]
2+
name = "gostd_url"
3+
license = "MIT"
4+
version = "1.1.1"
5+
edition = "2018"
6+
authors = ["wandercn<wander@rustpub.com>"]
7+
description = "gostd_url is a part of gostd, gostd_url 是go标准库net/url的rust实现"
8+
homepage = "https://github.com/wandercn/gostd"
9+
repository = "https://github.com/wandercn/gostd"
10+
keywords = ["gostd_url", "url", "gostd", "go-to-rust", "go-standard-library"]
11+
categories = ["api-bindings", "accessibility", "development-tools", "compilers"]
12+
13+
[profile.dev]
14+
opt-level = 0
15+
16+
[profile.release]
17+
18+
opt-level = 3
19+
20+
[dependencies]
21+
gostd_builtin = { version = "^1.0", optional = false, path = "../builtin" }
22+
gostd_strings = { version = "^1.0", optional = false, path = "../strings" }
23+
gostd_io = { version = "^1.0", optional = false, path = "../io" }

0 commit comments

Comments
 (0)