Skip to content

Commit

Permalink
Merge pull request #93 from lumeohq/dmitry/add-feature-gates-2
Browse files Browse the repository at this point in the history
Add licenses to new crates
  • Loading branch information
DmitrySamoylov authored Aug 11, 2022
2 parents 3b26bc8 + 7e1f933 commit 0b5e7e9
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "transport"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
async-trait = "0.1.42"
Expand Down
1 change: 1 addition & 0 deletions validate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
name = "validate"
version = "0.1.0"
edition = "2021"
license = "MIT"
1 change: 1 addition & 0 deletions wsdl_rs/accesscontrol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "accesscontrol"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
transport = { path = "../../transport" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/accessrules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "accessrules"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
transport = { path = "../../transport" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/actionengine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "actionengine"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
b_2 = { path = "../../wsdl_rs/b_2" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/advancedsecurity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "advancedsecurity"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
transport = { path = "../../transport" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/analytics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "analytics"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/authenticationbehavior/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "authenticationbehavior"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/b_2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "b_2"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
t_1 = { path = "../t_1" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/bf_2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "bf_2"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
validate = { path = "../../validate" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "credential"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
transport = { path = "../../transport" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/deviceio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "deviceio"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/devicemgmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "devicemgmt"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "display"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/doorcontrol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "doorcontrol"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
transport = { path = "../../transport" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/event/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "event"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
b_2 = { path = "../../wsdl_rs/b_2" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/imaging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "imaging"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/media/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "media"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/media2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "media2"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/provisioning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "provisioning"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/ptz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "ptz"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/receiver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "receiver"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/recording/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "recording"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/replay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "replay"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
common = { path = "../../xsd_rs/common" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/schedule/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "schedule"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
transport = { path = "../../transport" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "search"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/t_1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "t_1"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
validate = { path = "../../validate" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/thermal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "thermal"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/uplink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "uplink"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
transport = { path = "../../transport" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/ws_addr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "ws_addr"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
validate = { path = "../../validate" }
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/ws_discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "ws_discovery"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
percent-encoding = "2.1.0"
Expand Down
1 change: 1 addition & 0 deletions wsdl_rs/xml_xsd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "xml_xsd"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
xml-rs = "0.8.3"
Expand Down
1 change: 1 addition & 0 deletions xsd_rs/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "common"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
validate = { path = "../../validate" }
Expand Down
1 change: 1 addition & 0 deletions xsd_rs/metadatastream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "metadatastream"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
b_2 = { path = "../../wsdl_rs/b_2" }
Expand Down
1 change: 1 addition & 0 deletions xsd_rs/onvif_xsd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "onvif-xsd"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
b_2 = { path = "../../wsdl_rs/b_2" }
Expand Down
1 change: 1 addition & 0 deletions xsd_rs/radiometry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "radiometry"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
b_2 = { path = "../../wsdl_rs/b_2" }
Expand Down
1 change: 1 addition & 0 deletions xsd_rs/rules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "rules"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
b_2 = { path = "../../wsdl_rs/b_2" }
Expand Down
1 change: 1 addition & 0 deletions xsd_rs/soap_envelope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "soap_envelope"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
validate = { path = "../../validate" }
Expand Down
1 change: 1 addition & 0 deletions xsd_rs/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "types"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
validate = { path = "../../validate" }
Expand Down
1 change: 1 addition & 0 deletions xsd_rs/xmlmime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "xmlmime"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
validate = { path = "../../validate" }
Expand Down
1 change: 1 addition & 0 deletions xsd_rs/xop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "xop"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
validate = { path = "../../validate" }
Expand Down

0 comments on commit 0b5e7e9

Please sign in to comment.